aboutsummaryrefslogtreecommitdiff
path: root/sword2/anims.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/anims.cpp')
-rw-r--r--sword2/anims.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index fea8b02887..bfd283000f 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -46,6 +46,8 @@
#include "sync.h"
#include "sound.h" // for Speech stuff.
+namespace Sword2 {
+
// stores resource id of wav to use as lead-out from smacker
uint32 smackerLeadOut = 0;
@@ -793,3 +795,5 @@ int32 FN_play_sequence(int32 *params) {
// continue script
return IR_CONT;
}
+
+} // End of namespace Sword2