mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-18 09:51:43 +00:00
10 lines
89 B
C++
10 lines
89 B
C++
#ifndef ACT_DEAD_qh
|
|
#define ACT_DEAD_qh 1
|
|
|
|
@extern {
|
|
|
|
void() act_setup_dead;
|
|
|
|
};
|
|
|
|
#endif
|