X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_head.h;h=18e0e4c038eefd519118df1f1774aee617be5116;hb=313cb920c7f3762c6ec8859ef1dd41575dbb8df1;hp=19e713b1e33967a264e3bdbac9aa1be3ea95e603;hpb=cfa61df0152c0dff3c78b9ef35f8b82bdf7506e1;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 19e713b1..18e0e4c0 100644 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -37,6 +37,9 @@ #include // just for wait #include #include +#include +#include +#include #include "src/lib/types.h" /* Control codes for all keys on the keyboard */ @@ -132,6 +135,8 @@ */ static dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */ +//static dword clockdw=0; +extern int profilehandle,debughandle; #define nil ((void *)0) @@ -152,4 +157,7 @@ long int filesize(FILE *fp); int US_CheckParm(char *parm,char **strings); //void Quit(char *error, ...); +extern void CA_OpenDebug (void); +extern void CA_CloseDebug (void); + #endif/*_LIBHEAD_H_*/