squall/storm/thread/win/Thread.cpp

6 lines
209 B
C++

#include "storm/Thread.hpp"
void* SCreateThread(uint32_t (*threadProc)(void*), void* threadParam, void* a3, SThread* syncObject, const char* threadName) {
// TODO
return reinterpret_cast<void*>(1);
}