X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=5634fa39b9025ad74480309b3b8ad09e797bed81;hb=9748bc76f93724dcc68b0dbe5caf38d7323cffb3;hp=15c4a54dd550e4ecdc980ca8d66da8fab72c6b7a;hpb=e5cb235d748a442c66e6b1c556072b70dfc05c91;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h old mode 100644 new mode 100755 index 15c4a54d..5634fa39 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -50,12 +50,6 @@ #include "src/lib/nyan/kitten.h" #include "src/lib/types.h" -//0000 test type def wwww -/*struct list { - struct list __based(__self) *next; - int value; -};*/ - /* Control codes for all keys on the keyboard */ //here temperarly /* @@ -201,7 +195,4 @@ long int filesize(FILE *fp); void printmeminfoline(byte *strc, const byte *pee, size_t h_total, size_t h_used, size_t h_free); int US_CheckParm(char *parm,char **strings); -extern void CA_OpenDebug (global_game_variables_t *gvar); -extern void CA_CloseDebug (global_game_variables_t *gvar); - #endif/*_LIBHEAD_H_*/