forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Kinc/Backends/System/Wasm/Sources/kinc/backend/thread.h
Normal file
13
Kha/Kinc/Backends/System/Wasm/Sources/kinc/backend/thread.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
int nothing;
|
||||
} kinc_thread_impl_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user