summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/threading/thread_ex.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-30 11:59:35 +0800
committerchai <chaifix@163.com>2019-03-30 11:59:35 +0800
commitc270d033fa04873ee7a8925dbb00cae5edc4555c (patch)
treeee27a45c5b946b08dd7a726a925028f6ca3eabf1 /source/modules/asura-core/threading/thread_ex.cpp
parent771df5c31cd5653467fd6e76c1a3e002ca39582c (diff)
*misc
Diffstat (limited to 'source/modules/asura-core/threading/thread_ex.cpp')
-rw-r--r--source/modules/asura-core/threading/thread_ex.cpp19
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