squall/storm/thread/S_Thread.cpp

10 lines
193 B
C++
Raw Normal View History

2020-11-01 17:45:45 -06:00
#include "storm/thread/S_Thread.hpp"
2020-09-09 00:45:46 -05:00
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];