aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/maxtrax.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-28 12:27:50 +0200
committerJohannes Schickel2011-10-28 12:27:50 +0200
commit3ddb6c0c903f478b91a8965d3433a9f79ce16ba7 (patch)
tree9c8e40e01187ba7f06a0d14d80bf36a24517ac02 /audio/mods/maxtrax.h
parent0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990 (diff)
downloadscummvm-rg350-3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.tar.gz
scummvm-rg350-3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.tar.bz2
scummvm-rg350-3ddb6c0c903f478b91a8965d3433a9f79ce16ba7.zip
AUDIO: Adapt include guard names to the "new" directory name.
Diffstat (limited to 'audio/mods/maxtrax.h')
-rw-r--r--audio/mods/maxtrax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mods/maxtrax.h b/audio/mods/maxtrax.h
index bef6669d2a..c61f4e1b50 100644
--- a/audio/mods/maxtrax.h
+++ b/audio/mods/maxtrax.h
@@ -24,8 +24,8 @@
#if !defined(ENABLE_KYRA)
// normal Header Guard
-#elif !defined SOUND_MODS_MAXTRAX_H
-#define SOUND_MODS_MAXTRAX_H
+#elif !defined AUDIO_MODS_MAXTRAX_H
+#define AUDIO_MODS_MAXTRAX_H
// #define MAXTRAX_HAS_MODULATION
// #define MAXTRAX_HAS_MICROTONAL
@@ -219,4 +219,4 @@ private:
};
} // End of namespace Audio
-#endif // !defined SOUND_MODS_MAXTRAX_H
+#endif // !defined AUDIO_MODS_MAXTRAX_H