mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-23 04:12:05 +00:00
14 lines
201 B
C++
14 lines
201 B
C++
#ifndef IMPLEMENT_MAPENTS
|
|
@extern {
|
|
#endif
|
|
|
|
entity intermission_head;
|
|
entity spawn_head;
|
|
void() info_notnull;
|
|
void() light;
|
|
void() misc_explobox;
|
|
void() func_wall;
|
|
|
|
#ifndef IMPLEMENT_MAPENTS
|
|
};
|
|
#endif
|