mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 21:31:23 +00:00
17 lines
172 B
C++
17 lines
172 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
|