]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_enti.h
xcrollbroke
[16.git] / src / lib / 16_enti.h
index bfda2c15f9b39f42c2cbd17bfba02222314ab7f3..72c1939c95806b1c2f65111eb4d96f3b4cead9cd 100755 (executable)
@@ -23,8 +23,8 @@
 #ifndef __16_NPC__
 #define __16_NPC__
 
-#include "src/lib/16_sprit.h"
 #include "src/lib/16_head.h"
+#include "src/lib/16_spri.h"
 #include "src/lib/16_in.h"
 
 //moved to 16_tdef.h
@@ -44,4 +44,7 @@
 //     word spt;               // speed per tile
 // } entity_t;
 
+void EN_initentity(entity_t *enti, video_t *video);
+void EN_initPlayer(player_t *player, video_t *video);
+
 #endif