Modified files for SDL2.

This commit is contained in:
LuisAntonRebollo 2015-01-18 22:52:29 +01:00
parent d08db6cc54
commit 21d58bb191
33 changed files with 436 additions and 136 deletions

View file

@ -20,6 +20,7 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
#if !defined( TORQUE_SDL )
#include "platformWin32/platformWin32.h"
#include "platform/platformInput.h"
@ -863,3 +864,4 @@ bool Platform::setClipboard(const char *text)
return true;
}
#endif