mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-29 15:12:00 +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
|