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