mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
parent
afd5a7dfec
commit
ce36ea6c0b
10 changed files with 13 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "windowManager/platformWindowMgr.h"
|
||||
#include "windowManager/sdl/sdlWindow.h"
|
||||
|
||||
#include <sdl/include/SDL.h>
|
||||
#include "SDL.h"
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
@ -163,4 +163,4 @@ Platform::ALERT_ASSERT_RESULT Platform::AlertAssert(const char *windowTitle, con
|
|||
return (Platform::ALERT_ASSERT_RESULT)Platform::messageBox(windowTitle, message, MBAlertAssert );
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue