mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
14 lines
211 B
C++
14 lines
211 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
|