X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_enti.h;h=9dfbbf0953464afb578317fe2c0a40aa8f5336a6;hb=f99bde8f168f1af79c556eb3b88bade0665a2219;hp=7f18b15299c2b06bdc5c0d81e69a14df886ad31e;hpb=0a79071b241fd133918bf178f5bd322368e4957c;p=16.git diff --git a/src/lib/16_enti.h b/src/lib/16_enti.h index 7f18b152..9dfbbf09 100755 --- a/src/lib/16_enti.h +++ b/src/lib/16_enti.h @@ -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 @@ -45,6 +45,6 @@ // } entity_t; void EN_initentity(entity_t *enti, video_t *video); -void EN_initplayer(player_t *player, word pn, video_t *video); +void EN_initPlayer(player_t *player, word pn, video_t *video); #endif