summaryrefslogtreecommitdiffhomepage
path: root/src/ent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ent.h')
-rw-r--r--src/ent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ent.h b/src/ent.h
index c781259..98657ce 100644
--- a/src/ent.h
+++ b/src/ent.h
@@ -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);