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
@@ -43,7 +43,7 @@ class InputFilter
{
public:
void ButtonPressed( const DeviceInput &di, bool Down );
void SetButtonComment( const DeviceInput &di, const CString &sComment = "" );
void SetButtonComment( const DeviceInput &di, const RString &sComment = "" );
void ResetDevice( InputDevice dev );
InputFilter();
@@ -57,7 +57,7 @@ public:
bool IsBeingPressed( const DeviceInput &di );
float GetSecsHeld( const DeviceInput &di );
CString GetButtonComment( const DeviceInput &di ) const;
RString GetButtonComment( const DeviceInput &di ) const;
void GetInputEvents( InputEventArray &array );
void GetPressedButtons( vector<DeviceInput> &array );