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
@@ -32,7 +32,7 @@ public:
ModelManager();
~ModelManager();
RageModelGeometry* LoadMilkshapeAscii( const CString& sFile, bool bNeedNormals );
RageModelGeometry* LoadMilkshapeAscii( const RString& sFile, bool bNeedNormals );
void UnloadModel( RageModelGeometry *m );
// void ReloadAll();
@@ -41,7 +41,7 @@ public:
protected:
std::map<CString, RageModelGeometry*> m_mapFileToGeometry;
std::map<RString, RageModelGeometry*> m_mapFileToGeometry;
ModelManagerPrefs m_Prefs;
};