X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=e6e590b425a787167dc33155ae5f1e8bb3fb794a;hb=d89b4d35446e64b0b8fd7c8fdcff32bcd0845e32;hp=f74e8823435e9566d01110e52989de664cfd3c33;hpb=0cffd35a64ad756d3c6845b533f39284bb969e1c;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index f74e8823..e6e590b4 100644 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -32,27 +32,29 @@ #define _LIBHEAD_H_ #include #include +#include #include // just for wait #include // just for wait -#include #include #include #include +#include #include #include +#include #ifdef __WATCOMC__ #include #include #include -#include "src/lib/nyan/kitten.h" #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 @@ -186,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);