X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=e6e590b425a787167dc33155ae5f1e8bb3fb794a;hb=d89b4d35446e64b0b8fd7c8fdcff32bcd0845e32;hp=73cc0bda2a1e389422ace24e34345ba51de58242;hpb=ae78bd882805933536b727ae5623b2d2606ca503;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 73cc0bda..e6e590b4 100644 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -30,27 +30,31 @@ #ifndef _LIBHEAD_H_ #define _LIBHEAD_H_ -#include #include #include +#include #include // just for wait #include // just for wait -#include #include #include -#include #include +#include #include #include +#include +#ifdef __WATCOMC__ +#include +#include #include +#endif #include "src/lib/nyan/kitten.h" #include "src/lib/types.h" //0000 test type def wwww -struct list { +/*struct list { struct list __based(__self) *next; int value; -}; +};*/ /* Control codes for all keys on the keyboard */ //here temperarly @@ -184,8 +188,6 @@ void wait(clock_t wait); long int filesize(FILE *fp); void printmeminfoline(byte *strc, const byte *pee, size_t h_total, size_t h_used, size_t h_free); -void print_normal_entry(char *text, dword total, dword used, dword free, byte *str); -void convert(const char *format, dword num); int US_CheckParm(char *parm,char **strings); extern void CA_OpenDebug (void);