Home
last modified time | relevance | path

Searched refs:crBool (Results 1 – 4 of 4) sorted by relevance

/dports/games/spring/spring_98.0/rts/System/creg/
H A DVarTypes.cpp50 case crBool: return "bool"; in GetName()
79 case crBool: return sizeof(bool); in GetSize()
H A DTypeDeduction.h47 CREG_SUPPORT_BASIC_TYPE(bool, crBool) in CREG_SUPPORT_BASIC_TYPE()
H A Dcreg.h33 crBool, enumerator
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/
H A DExplosionGenerator.cpp755 (basicType->id == creg::crBool ); in ParseExplosionCode()
818 case creg::crBool: code.push_back(OP_STOREC); break; in ParseExplosionCode()