forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
7
Kha/Kinc/miniClib/stdbool.h
Normal file
7
Kha/Kinc/miniClib/stdbool.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef __cplusplus
|
||||
typedef _Bool bool;
|
||||
#define true 1
|
||||
#define false 0
|
||||
#endif
|
Reference in New Issue
Block a user