blob: 901564f7af21eef0dfe88f52a57c07c7abf3be5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef _ASURA_THREAD_CHANNEL_H_
#define _ASURA_THREAD_CHANNEL_H_
#include <asura-base/Scripting/Scripting.h>
#include <asura-base/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Threads)
class Channel
{
};
namespace_end
namespace_end
#endif
|