diff options
Diffstat (limited to 'source/modules/asura-core/threading/channel.h')
-rw-r--r-- | source/modules/asura-core/threading/channel.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/modules/asura-core/threading/channel.h b/source/modules/asura-core/threading/channel.h new file mode 100644 index 0000000..edcd8cb --- /dev/null +++ b/source/modules/asura-core/threading/channel.h @@ -0,0 +1,19 @@ +#ifndef __ASURA_THREAD_CHANNEL_H__ +#define __ASURA_THREAD_CHANNEL_H__ + +#include <asura-utils/scripting/portable.hpp> + +namespace AsuraEngine +{ + namespace Threading + { + + class Channel + { + + }; + + } +} + +#endif
\ No newline at end of file |