blob: 01b9dedff47af9f464c3d59e0ab4346eb0865073 (
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-utils/Scripting/Portable.hpp>
#include <asura-utils/Classes.h>
namespace_begin(AsuraEngine)
namespace_begin(Threads)
class Channel
{
};
namespace_end
namespace_end
#endif
|