Home
last modified time | relevance | path

Searched defs:RUNTIME_TYPE (Results 1 – 2 of 2) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Ddobject.h120 #define RUNTIME_TYPE(object) (object->StaticType()) macro
/dports/games/zdoom/zdoom-2.8.1/src/
H A Ddobject.h133 #define RUNTIME_TYPE(object) (object->GetClass()) // Passed an object, returns the type of that obj… macro