aboutsummaryrefslogtreecommitdiff
path: root/sword2/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sync.h')
-rw-r--r--sword2/sync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/sync.h b/sword2/sync.h
index 2c7ba05ec6..a71e134cea 100644
--- a/sword2/sync.h
+++ b/sword2/sync.h
@@ -22,8 +22,12 @@
#include "object.h"
+namespace Sword2 {
+
void Init_sync_system(void);
void Clear_syncs(uint32 id);
uint32 Get_sync(void);
+} // End of namespace Sword2
+
#endif