summaryrefslogtreecommitdiffhomepage
path: root/src/ent.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-05-03 04:20:27 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-05-03 16:55:46 +0100
commit6d0db0d5bee0201b732149616a691827367cfb35 (patch)
tree842936f4ec6cb8e27ce10682de77728a4ea93bf9 /src/ent.h
parent19d96b65e1a840407a7280ab1f99d48d62932620 (diff)
Add entity property finding and L4D warp testing
This was a lot more code than expected, but it might be finally close to time to release the next beta... We'll see if any more rabbit holes present themselves to jump into, though.
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);