summaryrefslogtreecommitdiff
path: root/include/GreekChars.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GreekChars.h')
-rw-r--r--include/GreekChars.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/GreekChars.h b/include/GreekChars.h
index c4f94be..f0522e5 100644
--- a/include/GreekChars.h
+++ b/include/GreekChars.h
@@ -18,7 +18,7 @@
//*****************************************************************************
/*
*
- * $Id: GreekChars.h,v 1.3 2001/03/18 21:04:25 scribe Exp $
+ * $Id: GreekChars.h,v 1.4 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -42,6 +42,9 @@
// This enum represents the values of the characters used for the
// transliteration as used on the b-greek discussion list.
+#include <defs.h>
+SWORD_NAMESPACE_START
+
enum bGreekChars
{
ALPHA = 65, // A
@@ -146,4 +149,6 @@ enum GreekPunct
gQUESTION = ';'
};
+SWORD_NAMESPACE_END
+
#endif // __GREEKCHARS_H