mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-18 01:41:41 +00:00
7 lines
114 B
C++
7 lines
114 B
C++
#ifndef MAPENTS_ITEMS_qh
|
|
#define MAPENTS_ITEMS_qh 1
|
|
|
|
@extern void() item_armor;
|
|
@extern void() item_ammo;
|
|
|
|
#endif
|