X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_in.h;h=542f6e29e181f87faf432c14241225133ced9e3c;hb=54b9e15f1e29c85e1174e103dc43ca6aaa59fbab;hp=7cc143725578b3bf812312e8f18fac064221e5a5;hpb=3a9d099252b5c317c6ef40c1d7e8541400159cb6;p=16.git diff --git a/src/lib/16_in.h b/src/lib/16_in.h index 7cc14372..542f6e29 100644 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -19,13 +19,15 @@ // // ID Engine // ID_IN.h - Header file for Input Manager -// v1.0d1 -// By Jason Blochowiak +// v1.0d1w +// By Jason Blochowiak +// Open Watcom port by sparky4 // #ifndef __16_IN__ #define __16_IN__ - + +#include #include "src/lib/lib_head.h" //#include "src/lib/16_us.h" @@ -291,7 +293,7 @@ static Direction DirTable[] = // Quick lookup for total direction static void (*INL_KeyHook)(void); static void interrupt (*OldKeyVect)(void); -static char *ParmStrings[] = {"nojoys","nomouse",nil}; +static char *ParmStringsIN[] = {"nojoys","nomouse",nil}; // Function prototypes #define IN_KeyDown(code) (Keyboard[(code)])