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