mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
7 lines
133 B
C++
7 lines
133 B
C++
|
|
#include "storm/thread/S_Thread.hpp"
|
||
|
|
#include "storm/Memory.hpp"
|
||
|
|
|
||
|
|
void* S_Thread::s_SLaunchThread(void* threadParam) {
|
||
|
|
// TODO
|
||
|
|
}
|