game-source/klik/mapents/items.qh

11 lines
142 B
C++
Raw Normal View History

#ifndef ITEMS_qh
#define ITEMS_qh 1
void() item_generic_touch;
void() item_generic;
void() item_remove_regen;
.float() th_takeitem;
#endif