diff options
Diffstat (limited to 'src/ent.h')
-rw-r--r-- | src/ent.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -17,16 +17,11 @@ #ifndef INC_ENT_H #define INC_ENT_H -#include <stdbool.h> - #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 |