Files
itgmania212121/stepmania/src/FontCharmaps.h
T
Glenn Maynard a222aa7e75 add data namespaces
(these might read from an INI later)
2003-01-16 20:20:09 +00:00

17 lines
262 B
C++

#ifndef FONT_CHARMAPS_H
#define FONT_CHARMAPS_H
namespace FontCharmaps
{
extern const wchar_t M_SKIP;
const wchar_t *get_char_map(CString name);
};
#endif
/*
* Copyright (c) 2003 by the person(s) listed below. All rights reserved.
*
* Glenn Maynard
*/