CString -> RString

This commit is contained in:
Chris Danford
2006-01-22 01:00:06 +00:00
parent 870ed267fc
commit 7f821e8cfc
578 changed files with 3943 additions and 3946 deletions
+2 -2
View File
@@ -14,11 +14,11 @@
#define TEXT_ZOOM THEME->GetMetricF("ScreenMusicScroll","TextZoom")
const CString CREDIT_LINES[] =
const RString CREDIT_LINES[] =
{
""
};
const unsigned NUM_CREDIT_LINES = sizeof(CREDIT_LINES) / sizeof(CString);
const unsigned NUM_CREDIT_LINES = sizeof(CREDIT_LINES) / sizeof(RString);
REGISTER_SCREEN_CLASS( ScreenMusicScroll );