CString -> RString
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
void Update();
|
||||
InputHandler_SDL();
|
||||
~InputHandler_SDL();
|
||||
void GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut);
|
||||
void GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<RString>& vDescriptionsOut);
|
||||
};
|
||||
#define USE_INPUT_HANDLER_SDL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user