mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(build): improve include paths
This commit is contained in:
parent
3d5794ed7c
commit
118d20c49d
30 changed files with 54 additions and 55 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "thread/mac/SThreadRunner.h"
|
||||
#include "thread/S_Thread.hpp"
|
||||
#include "storm/thread/mac/SThreadRunner.h"
|
||||
#include "storm/thread/S_Thread.hpp"
|
||||
|
||||
@implementation SThreadRunner
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "thread/S_Thread.hpp"
|
||||
#include "Memory.hpp"
|
||||
#include "storm/thread/S_Thread.hpp"
|
||||
#include "storm/Memory.hpp"
|
||||
|
||||
uint32_t S_Thread::s_SLaunchThread(void* threadParam) {
|
||||
// TODO
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
#include "Thread.hpp"
|
||||
#include "Memory.hpp"
|
||||
#include "String.hpp"
|
||||
#include "thread/S_Thread.hpp"
|
||||
#include "thread/mac/SThreadRunner.h"
|
||||
#include "storm/Thread.hpp"
|
||||
#include "storm/Memory.hpp"
|
||||
#include "storm/String.hpp"
|
||||
#include "storm/thread/S_Thread.hpp"
|
||||
#include "storm/thread/mac/SThreadRunner.h"
|
||||
#include <new>
|
||||
|
||||
int32_t SCreateThread(uint32_t (*threadProc)(void*), void* threadParam, void* a3, SThread* syncObject, const char* threadName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue