diff options
Diffstat (limited to 'src/ent.h')
-rw-r--r-- | src/ent.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ #include <stdbool.h> +#include "engineapi.h" + +struct edict *ent_getedict(int idx); void *ent_get(int idx); bool ent_init(void); |