X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FSound.h;h=30baa6c45e818ab5ea231e245c195276f73eb272;hb=07d1e990ebdd1e5eca3d310f8e9b9a3a8411a4dd;hp=ad337a3b24c57a1aab1f13d8ea39294966834b60;hpb=0b8567c8bcbe637936fa01d253de81254fa4fb3e;p=rocksndiamonds.git diff --git a/src/game_sp/Sound.h b/src/game_sp/Sound.h index ad337a3b..30baa6c4 100644 --- a/src/game_sp/Sound.h +++ b/src/game_sp/Sound.h @@ -2,8 +2,8 @@ // Sound.h // ---------------------------------------------------------------------------- -#ifndef SOUND_H -#define SOUND_H +#ifndef GAME_SP_SOUND_H +#define GAME_SP_SOUND_H #include "vb_types.h" #include "vb_defs.h" @@ -25,4 +25,4 @@ extern void subSoundFXZonk(); extern int FXOnFlag; extern int MusicOnFlag; -#endif /* SOUND_H */ +#endif /* GAME_SP_SOUND_H */