X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tail.h;h=2689de7c3377baa0eb370b8b9846521bada5c225;hb=5c3da8981be76348ea34711b6297c0d2d3ed19ab;hp=1a8e48a483ab19a9657ce8618938ac464927bf13;hpb=adefd71cb8a3e70da10523e4eb97e442a655a6cd;p=16.git diff --git a/src/lib/16_tail.h b/src/lib/16_tail.h index 1a8e48a4..2689de7c 100755 --- a/src/lib/16_tail.h +++ b/src/lib/16_tail.h @@ -72,7 +72,6 @@ #undef SPRIDEBUGFUNCTIONS #define SPRIDEBUGFUNCTIONS \ if(gvar.in.inst->Keyboard[sc_Y]){ dbg_delayanimation=!dbg_delayanimation; IN_UserInput(1, &gvar); } -// if(gvar.in.inst->Keyboard[sc_F9]){ dbg_pagenorendermap=!dbg_pagenorendermap; IN_UserInput(1, &gvar); } #endif*/ #define TAIL_FUNCTIONKEYFUNCTIONS0EXE \ @@ -132,11 +131,12 @@ void Shutdown16(global_game_variables_t *gvar), Startup16(global_game_variables_t *gvar), StartupCAMMPM (global_game_variables_t *gvar), ShutdownCAMMPM (global_game_variables_t *gvar); +void MU_IntroScreen(global_game_variables_t *gvar); void TL_DosLibStartup(global_game_variables_t *gvar); void TL_VidInit(global_game_variables_t *gvar); boolean FizzleFade (unsigned source, unsigned dest, unsigned width, unsigned height, unsigned frames, boolean abortable, global_game_variables_t *gvar); -void TL_StartMusic(global_game_variables_t *gvar); -void TL_StopMusic(global_game_variables_t *gvar); +void PL_StartMusic(global_game_variables_t *gvar); +void PL_StopMusic(global_game_variables_t *gvar); 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);