aboutsummaryrefslogtreecommitdiffstats
path: root/include/swobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/swobject.h')
-rw-r--r--include/swobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/swobject.h b/include/swobject.h
index 567405b..9ddc2c3 100644
--- a/include/swobject.h
+++ b/include/swobject.h
@@ -10,6 +10,7 @@
#include <defs.h>
#include <string.h>
+SWORD_NAMESPACE_START
#define SWDYNAMIC_CAST(className, object) (className *)((object)?((object->getClass()->isAssignableFrom(#className))?object:0):0)
/**
@@ -51,4 +52,5 @@ public:
}
};
+SWORD_NAMESPACE_END
#endif