X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tail.h;h=56f656126cedadb2da1f5ccc90e94d620b8c891a;hb=69116cfff2e915ad9d2f95268432fe4bd0e007d9;hp=79cf67aafb2dbf736d691991f61dc7513081cf2d;hpb=6021fc3f27b895d382fbd30488ead35657e39196;p=16.git diff --git a/src/lib/16_tail.h b/src/lib/16_tail.h index 79cf67aa..56f65612 100755 --- a/src/lib/16_tail.h +++ b/src/lib/16_tail.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -127,6 +127,8 @@ #define PAL_DATA_REG 0x03C9 /* Color register, data port */ #endif +extern char global_temp_status_text[512]; + void Shutdown16(global_game_variables_t *gvar), Startup16(global_game_variables_t *gvar), StartupCAMMPM (global_game_variables_t *gvar), @@ -141,7 +143,5 @@ void DebugMemory_(global_game_variables_t *gvar, boolean q); void ClearMemory (global_game_variables_t *gvar); void Quit (global_game_variables_t *gvar, char *error); void turboXT(byte bakapee); -void nibbletest(); -void booleantest(); #endif /*__16_TAIL__ */