aboutsummaryrefslogtreecommitdiff
path: root/sword2/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sound.cpp')
-rw-r--r--sword2/sound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/sound.cpp b/sword2/sound.cpp
index 3e20c01402..22899c840f 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -38,6 +38,8 @@
#include "sound.h"
#include "sword2.h"
+namespace Sword2 {
+
typedef struct {
uint32 resource; // resource id of sample
uint32 fetchId; // Id of resource in PSX CD queue. :)
@@ -426,3 +428,5 @@ void UnpauseAllSound(void) {
g_sound->unpauseSpeech();
g_sound->unpauseFx();
}
+
+} // End of namespace Sword2