squall/storm/thread/S_Thread.cpp

10 lines
187 B
C++
Raw Normal View History

2020-09-09 00:45:46 -05:00
#include "thread/S_Thread.hpp"
int32_t S_Thread::s_numthreads;
int32_t S_Thread::s_maxthreads = 1024;
uint32_t S_Thread::s_threadID;
S_Thread::SThreadTrack S_Thread::s_threads[1024];