X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=9bcec25889cdab222c946b820430dff57e889794;hb=5d57fb1ad5b8342b68eda18973c2f45d81481a2e;hp=f03b337d61970f27fa262916201e969ca90b7216;hpb=f238018d45d05a57a7ba93381f14f9d1b108c745;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index f03b337d..9bcec258 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -32,7 +32,7 @@ #include "src/lib/16_timer.h" #ifdef __WATCOMC__ //borland C BCEXMM.EXE #include "src/lib/16_dbg.h" -#include "src/lib/16_sprit.h" +#include "src/lib/16_spri.h" #include "src/lib/16_enti.h" //#include "src/lib/bitmap.h" //old format #endif @@ -302,6 +302,5 @@ extern boolean IN_UserInput(dword delay,boolean clear); extern boolean IN_KeyDown(byte code); extern void IN_ClearKey(byte code); extern boolean IN_qb(byte kee); -void IN_initplayer(player_t *player, word pn); #endif