mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
10 lines
174 B
C++
10 lines
174 B
C++
#ifndef ITEMS_qh
|
|
#define ITEMS_qh 1
|
|
|
|
@extern void() item_generic_touch;
|
|
@extern void() item_generic;
|
|
@extern void() item_remove_regen;
|
|
|
|
@extern .float() th_takeitem;
|
|
|
|
#endif
|