X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_enti.h;h=95c9465e79a4e93835e912b77d07a1f26f531133;hb=6021fc3f27b895d382fbd30488ead35657e39196;hp=dc76c8a45be528506f685d407d6f8b03dc4673b3;hpb=cfba60702c8aa81180bb10781950ad7eab914bcc;p=16.git diff --git a/src/lib/16_enti.h b/src/lib/16_enti.h index dc76c8a4..95c9465e 100755 --- a/src/lib/16_enti.h +++ b/src/lib/16_enti.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -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, video_t *video); #endif