X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tail.h;h=3bf8e2c5342e514b0a912ccdc2121d614c77342e;hp=1a8e48a483ab19a9657ce8618938ac464927bf13;hb=5af1604f7af6c1d1ab94299bfe6a4195b203a323;hpb=7f4d4eb8dd949433a9f66a6e4f26fb5bf51064ad diff --git a/src/lib/16_tail.h b/src/lib/16_tail.h index 1a8e48a4..3bf8e2c5 100755 --- a/src/lib/16_tail.h +++ b/src/lib/16_tail.h @@ -135,8 +135,8 @@ void Shutdown16(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);