game-source/klik/mapents/mapents.qh

15 lines
201 B
C++
Raw Normal View History

2003-10-27 21:26:50 +00:00
#ifndef IMPLEMENT_MAPENTS
@extern {
#endif
entity intermission_head;
entity spawn_head;
2003-10-27 22:27:29 +00:00
void() info_notnull;
void() light;
void() misc_explobox;
void() func_wall;
2003-10-27 21:26:50 +00:00
#ifndef IMPLEMENT_MAPENTS
};
#endif