aboutsummaryrefslogtreecommitdiff
path: root/sword2/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/events.cpp')
-rw-r--r--sword2/events.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/events.cpp b/sword2/events.cpp
index 14118c49a9..74485eae6e 100644
--- a/sword2/events.cpp
+++ b/sword2/events.cpp
@@ -28,6 +28,8 @@
#include "object.h"
#include "sync.h"
+namespace Sword2 {
+
_event_unit event_list[MAX_events];
void Init_event_system(void) {
@@ -347,3 +349,5 @@ void Kill_all_ids_events(uint32 id) {
}
}
}
+
+} // End of namespace Sword2