X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_enti.h;h=dc76c8a45be528506f685d407d6f8b03dc4673b3;hb=cfba60702c8aa81180bb10781950ad7eab914bcc;hp=4e92d99027566635f4c536769144e70d44721dc4;hpb=f238018d45d05a57a7ba93381f14f9d1b108c745;p=16.git diff --git a/src/lib/16_enti.h b/src/lib/16_enti.h index 4e92d990..dc76c8a4 100755 --- a/src/lib/16_enti.h +++ b/src/lib/16_enti.h @@ -1,3 +1,25 @@ +/* Project 16 Source Code~ + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #ifndef __16_NPC__ #define __16_NPC__ @@ -22,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