mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-04 06:40:50 +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
|