summaryrefslogtreecommitdiff
path: root/include/sapphire.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sapphire.h')
-rw-r--r--include/sapphire.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sapphire.h b/include/sapphire.h
index 9e9f724..a5e21ad 100644
--- a/include/sapphire.h
+++ b/include/sapphire.h
@@ -18,6 +18,11 @@
#ifndef NULL
#define NULL 0
#endif /* */
+
+#include <defs.h>
+
+SWORD_NAMESPACE_START
+
class sapphire
{
@@ -51,3 +56,4 @@ unsigned *keypos); public:sapphire (unsigned char
};
+SWORD_NAMESPACE_END