Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_function.cpp154 GLOBALFUNCTION_ADDER(Cos);
188 GLOBALFUNCTION_ADDER(Sqrt);
263 GLOBALFUNCTION_ADDER(CheckClass);
296 GLOBALFUNCTION_ADDER(IsPointerEqual);
H A Dthingdef_exp.h783 #define GLOBALFUNCTION_ADDER(CLASS) GLOBALFUNCTION_ADDER_NAMED(CLASS, CLASS) macro