summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/threading/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/threading/channel.h')
-rw-r--r--source/modules/asura-core/threading/channel.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/source/modules/asura-core/threading/channel.h b/source/modules/asura-core/threading/channel.h
index edcd8cb..ede43e4 100644
--- a/source/modules/asura-core/threading/channel.h
+++ b/source/modules/asura-core/threading/channel.h
@@ -2,18 +2,17 @@
#define __ASURA_THREAD_CHANNEL_H__
#include <asura-utils/scripting/portable.hpp>
+#include <asura-utils/classes.h>
-namespace AsuraEngine
-{
- namespace Threading
- {
+namespace_begin(AsuraEngine)
+namespace_begin(Threading)
- class Channel
- {
+class Channel
+{
- };
+};
- }
-}
+namespace_end
+namespace_end
#endif \ No newline at end of file