summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/threading/thread_ex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/threading/thread_ex.cpp')
-rw-r--r--source/modules/asura-core/threading/thread_ex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/modules/asura-core/threading/thread_ex.cpp b/source/modules/asura-core/threading/thread_ex.cpp
index 334e58b..4883f90 100644
--- a/source/modules/asura-core/threading/thread_ex.cpp
+++ b/source/modules/asura-core/threading/thread_ex.cpp
@@ -8,6 +8,7 @@ namespace AsuraEngine
int ThreadEx::Process()
{
+ return 0;
}
void ThreadEx::RegisterModules()