From a222aa7e75ace9b5d176b58993cf2b9a4a35d9ae Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 16 Jan 2003 20:20:09 +0000 Subject: [PATCH] add data namespaces (these might read from an INI later) --- stepmania/src/FontCharAliases.cpp | 6 ++++++ stepmania/src/FontCharAliases.h | 6 ++++++ stepmania/src/FontCharmaps.cpp | 6 ++++++ stepmania/src/FontCharmaps.h | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index 7ae349378b..9fe7f7c214 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -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 + */ diff --git a/stepmania/src/FontCharAliases.h b/stepmania/src/FontCharAliases.h index 057157d823..8040d13fab 100644 --- a/stepmania/src/FontCharAliases.h +++ b/stepmania/src/FontCharAliases.h @@ -9,3 +9,9 @@ namespace FontCharAliases { }; #endif + +/* + * Copyright (c) 2003 by the person(s) listed below. All rights reserved. + * + * Glenn Maynard + */ diff --git a/stepmania/src/FontCharmaps.cpp b/stepmania/src/FontCharmaps.cpp index 67e9b5bcdb..36432b2fdf 100644 --- a/stepmania/src/FontCharmaps.cpp +++ b/stepmania/src/FontCharmaps.cpp @@ -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 + */ diff --git a/stepmania/src/FontCharmaps.h b/stepmania/src/FontCharmaps.h index c78a14a249..18a1049ac9 100644 --- a/stepmania/src/FontCharmaps.h +++ b/stepmania/src/FontCharmaps.h @@ -8,3 +8,9 @@ namespace FontCharmaps }; #endif + +/* + * Copyright (c) 2003 by the person(s) listed below. All rights reserved. + * + * Glenn Maynard + */