mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add FALSE and TRUE as macros
Many other builtin global consts should also double as macros, but documentation attributes will need to be supported for them.
This commit is contained in:
parent
299f142b05
commit
809bdceb5f
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ pub fn default_defines(defines: &mut DefineMap) {
|
|||
DM_BUILD = Int(DM_BUILD);
|
||||
SPACEMAN_DMM = Int(1);
|
||||
|
||||
FALSE = Int(0);
|
||||
TRUE = Int(1);
|
||||
|
||||
// eye and sight
|
||||
SEEINVIS = Int(2);
|
||||
SEEMOBS = Int(4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue