Added some system flag constants
Yea, I'll do more later...
This commit is contained in:
parent
2df6542eaf
commit
35dc771a6d
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@
|
|||
// FLAGS
|
||||
// ================================================= \\
|
||||
|
||||
// known flags here
|
||||
const SYS_MARIOLIVES = 0x20001;
|
||||
|
||||
const SYS_BLUECOINNUM = 0x40001;
|
||||
const SYS_GOLDCOINNUM = 0x40002;
|
||||
|
||||
builtin getSystemFlag(flag);
|
||||
builtin setSystemFlag(flag, value);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue