diff options
Diffstat (limited to 'source/modules/asura-core/threading/channel.h')
-rw-r--r-- | source/modules/asura-core/threading/channel.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source/modules/asura-core/threading/channel.h b/source/modules/asura-core/threading/channel.h deleted file mode 100644 index ede43e4..0000000 --- a/source/modules/asura-core/threading/channel.h +++ /dev/null @@ -1,18 +0,0 @@ -#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(Threading) - -class Channel -{ - -}; - -namespace_end -namespace_end - -#endif
\ No newline at end of file |