summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/threading/thread_ex.cpp
blob: 18b9fc7920e32d4c60f7925fe5739b1a95fc7958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "thread_ex.h"

namespace AsuraEngine
{
	namespace Threading
	{

		void ThreadEx::Process()
		{

		}

		void ThreadEx::RegisterModules()
		{

		}

	}
}