From 5e921bf59373d79d27c322ff86e8b5a37b151e45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:02:10 +0100 Subject: Add magical feature codegen system, at long last --- src/ent.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/ent.h') diff --git a/src/ent.h b/src/ent.h index 98657ce..049f27f 100644 --- a/src/ent.h +++ b/src/ent.h @@ -17,16 +17,11 @@ #ifndef INC_ENT_H #define INC_ENT_H -#include - #include "engineapi.h" struct edict *ent_getedict(int idx); void *ent_get(int idx); -bool ent_init(void); -void ent_end(void); - #endif // vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3