Replace bool, true and false with aliases
This commit is contained in:
@@ -9,7 +9,7 @@ from codegen.utils import convert_to_relative
|
||||
|
||||
class CType(Enum):
|
||||
VOID = "void"
|
||||
BOOL = "bool"
|
||||
BOOL = "b32"
|
||||
CHAR = "char"
|
||||
C8 = "c8"
|
||||
C16 = "c16"
|
||||
|
Reference in New Issue
Block a user