mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
8 lines
89 B
C++
8 lines
89 B
C++
#ifndef ACT_DEAD_qh
|
|
#define ACT_DEAD_qh 1
|
|
|
|
@extern {
|
|
void () act_setup_dead;
|
|
};
|
|
|
|
#endif
|