mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 20:11:49 +00:00
15 lines
178 B
C++
15 lines
178 B
C++
#ifndef ACT_qh
|
|
#define ACT_qh 1
|
|
|
|
#include "items.qh"
|
|
#include "damage.qh"
|
|
|
|
@extern {
|
|
.void () prethink;
|
|
.void () actthink;
|
|
.void () postthink;
|
|
|
|
void () act_setup;
|
|
};
|
|
|
|
#endif
|