Jump to content

add bool define


photo

Recommended Posts

Posted

add to unigine.h next define:

#define bool int

that allow declare bool variables

Posted

Also need true and false

#define true 1
#define false 0

Posted

Also need true and false

#define true 1
#define false 0

this defines already have in data\core\unigine.h

×
×
  • Create New...