diff options
Diffstat (limited to 'source/modules/asura-core/threading/thread_ex.cpp')
-rw-r--r-- | source/modules/asura-core/threading/thread_ex.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/source/modules/asura-core/threading/thread_ex.cpp b/source/modules/asura-core/threading/thread_ex.cpp index 4883f90..da806f4 100644 --- a/source/modules/asura-core/threading/thread_ex.cpp +++ b/source/modules/asura-core/threading/thread_ex.cpp @@ -1,20 +1,20 @@ +#include <asura-utils/classes.h> + #include "thread_ex.h" -namespace AsuraEngine -{ - namespace Threading - { +namespace_begin(AsuraEngine) +namespace_begin(Threading) - int ThreadEx::Process() - { +int ThreadEx::Process() +{ - return 0; - } + return 0; +} - void ThreadEx::RegisterModules() - { +void ThreadEx::RegisterModules() +{ - } +} - } -}
\ No newline at end of file +namespace_end +namespace_end
\ No newline at end of file |