X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_enti.h;h=57fc24c93c29a833d4ca1f4e0a72ff0d2547c376;hb=a565be31ce92d6168ae6983042da75b0b683e52b;hp=bfda2c15f9b39f42c2cbd17bfba02222314ab7f3;hpb=da4383658112cbffd9559bd275696f53e0a5e57c;p=16.git diff --git a/src/lib/16_enti.h b/src/lib/16_enti.h index bfda2c15..57fc24c9 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-2019 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,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