add data namespaces

(these might read from an INI later)
This commit is contained in:
Glenn Maynard
2003-01-16 20:20:09 +00:00
parent 7e45953a12
commit a222aa7e75
4 changed files with 24 additions and 0 deletions
+6
View File
@@ -308,3 +308,9 @@ longchar FontCharAliases::GetChar( CString &codepoint )
return i->second;
}
/*
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/
+6
View File
@@ -9,3 +9,9 @@ namespace FontCharAliases {
};
#endif
/*
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/
+6
View File
@@ -138,3 +138,9 @@ const wchar_t *FontCharmaps::get_char_map(CString name)
return i->second;
}
/*
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/
+6
View File
@@ -8,3 +8,9 @@ namespace FontCharmaps
};
#endif
/*
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/