#ifndef ACT_qh #define ACT_qh 1 #include "items.qh" #include "damage.qh" @extern { .void () prethink; .void () actthink; .void () postthink; void () act_setup; }; #endif