aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/function.h')
-rw-r--r--sword2/function.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/function.h b/sword2/function.h
index 0d49e7f27e..0f46645489 100644
--- a/sword2/function.h
+++ b/sword2/function.h
@@ -22,7 +22,11 @@
#include "object.h"
+namespace Sword2 {
+
extern Object_graphic engine_graph; // global for engine
extern Object_mega engine_mega; // global for engine
+} // End of namespace Sword2
+
#endif