diff options
Diffstat (limited to 'source/modules/asura-core/threading/thread_ex.cpp')
-rw-r--r-- | source/modules/asura-core/threading/thread_ex.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/modules/asura-core/threading/thread_ex.cpp b/source/modules/asura-core/threading/thread_ex.cpp new file mode 100644 index 0000000..18b9fc7 --- /dev/null +++ b/source/modules/asura-core/threading/thread_ex.cpp @@ -0,0 +1,19 @@ +#include "thread_ex.h" + +namespace AsuraEngine +{ + namespace Threading + { + + void ThreadEx::Process() + { + + } + + void ThreadEx::RegisterModules() + { + + } + + } +}
\ No newline at end of file |