aboutsummaryrefslogtreecommitdiffstats
path: root/include/rawverse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawverse.h')
-rw-r--r--include/rawverse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rawverse.h b/include/rawverse.h
index 3917fd7..654fd0c 100644
--- a/include/rawverse.h
+++ b/include/rawverse.h
@@ -13,6 +13,8 @@
#include <defs.h>
+SWORD_NAMESPACE_START
+
class SWDLLEXPORT RawVerse {
static int instance; // number of instantiated RawVerse objects or derivitives
protected:
@@ -34,5 +36,5 @@ public:
static char createModule(const char *path);
};
-
+SWORD_NAMESPACE_END
#endif