Home
last modified time | relevance | path

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

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dobject.h722 static inline powerup_type_t get_powerup_id(const object_base &o) in get_powerup_id() function
787 #define get_powerup_id(O) (check_warn_object_type(O, OBJ_POWERUP, __FILE__, __LINE__), get_powerup_… macro