]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_enti.h
pmnextframe readded ca needs huge amounts of work and i should remember what needs...
[16.git] / src / lib / 16_enti.h
index dc76c8a45be528506f685d407d6f8b03dc4673b3..d3179570df72f6fbaef22b348dee2373ecf716f8 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,7 +44,7 @@
 //     word spt;               // speed per tile
 // } entity_t;
 
-void EN_initentity(entity_t *enti);
-void EN_initplayer(player_t *player, word pn);
+void EN_initentity(entity_t *enti, video_t *video);
+void EN_initplayer(player_t *player, word pn, video_t *video);
 
 #endif