X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tail.h;h=1a8e48a483ab19a9657ce8618938ac464927bf13;hb=adefd71cb8a3e70da10523e4eb97e442a655a6cd;hp=4f8ed486b562c1bc9fb39acb1c061edc04645100;hpb=fc31f3038cce0a7c28fb15915a6309fc7f853428;p=16.git diff --git a/src/lib/16_tail.h b/src/lib/16_tail.h index 4f8ed486..1a8e48a4 100755 --- a/src/lib/16_tail.h +++ b/src/lib/16_tail.h @@ -29,6 +29,7 @@ #include "src/lib/16_mm.h" #include "src/lib/16_ca.h" #include "src/lib/16_in.h" +#include "src/lib/16_sd.h" #include "src/lib/16_dbg.h" #include "src/lib/16_vl.h" #include "src/lib/testpatt.h" @@ -134,6 +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 DebugMemory_(global_game_variables_t *gvar, boolean q); void ClearMemory (global_game_variables_t *gvar); void Quit (global_game_variables_t *gvar, char *error);