X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fsample.h;h=f6b9cb95001c18ed57d6dfe5bdcaef2e66c380b7;hp=41bc8722e2a8d849a04d12066e62f8c0c7c138ca;hb=855700d73bbef8bb1248fe0ac735738478d6044b;hpb=1f8fd7a79343ce670dc62fcb8be48ba78d0c9199 diff --git a/src/game_em/sample.h b/src/game_em/sample.h index 41bc8722..f6b9cb95 100644 --- a/src/game_em/sample.h +++ b/src/game_em/sample.h @@ -4,8 +4,8 @@ #include "main_em.h" -extern void play_sound(int, int, int); -extern void play_element_sound(int, int, int, int); +void play_sound(int, int, int); +void play_element_sound(int, int, int, int); extern char play[SAMPLE_MAX]; extern int sound_pipe[2];