mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-12 23:44:27 +00:00
8 lines
98 B
C++
8 lines
98 B
C++
|
#ifndef MAPENTS_ITEMS_qh
|
||
|
#define MAPENTS_ITEMS_qh 1
|
||
|
|
||
|
void() item_armor;
|
||
|
void() item_ammo;
|
||
|
|
||
|
#endif
|