Home
last modified time | relevance | path

Searched refs:PROP_COLOR_PARM (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_properties.cpp1001 PROP_COLOR_PARM(color, 0); in DEFINE_PROPERTY()
1011 PROP_COLOR_PARM(color, 0); in DEFINE_PROPERTY()
2633 PROP_COLOR_PARM(c, 0); in DEFINE_CLASS_PROPERTY_PREFIX()
H A Dthingdef.h349 #define PROP_COLOR_PARM(var, no) \ macro