mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): implement SCreateThread for windows
This commit is contained in:
parent
b5cef8cbee
commit
968bb5d3b7
3 changed files with 80 additions and 2 deletions
6
storm/thread/win/S_Thread.cpp
Normal file
6
storm/thread/win/S_Thread.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "storm/thread/S_Thread.hpp"
|
||||
|
||||
DWORD S_Thread::s_SLaunchThread(void* threadParam) {
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue