OSDN Git Service

something is bothering me very much on the animation part of frame. particularly...
[proj16/16.git] / src / lib / 16_enti.h
index bfda2c1..dc76c8a 100755 (executable)
@@ -44,4 +44,7 @@
 //     word spt;               // speed per tile
 // } entity_t;
 
+void EN_initentity(entity_t *enti);
+void EN_initplayer(player_t *player, word pn);
+
 #endif