added bool definition
This commit is contained in:
parent
9a16546e07
commit
0aa62542b5
|
@ -0,0 +1,7 @@
|
|||
|
||||
import "def.gem"
|
||||
|
||||
type unsigned int: bool
|
||||
|
||||
static bool: TRUE = 1
|
||||
static bool: FALSE = 0
|
Loading…
Reference in New Issue