a ton of files in platformEmscripten had truly strange capitalization conventions. This PR brings them in line with my ubuntu box with regards to ability to build.
@@ -22,7 +22,7 @@
//-----------------------------------------------------------------------------
#include "platformEmscripten/platformEmscripten.h"
-#include "platformEmscripten/EmscriptenCOnsole.h"
+#include "platformEmscripten/EmscriptenConsole.h"
#include "platform/event.h"
#include "game/gameInterface.h"
@@ -27,7 +27,7 @@
#include "console/console.h"
#endif
#ifndef _EVENT_H_
-#include "Platform/event.h"
+#include "platform/event.h"
@@ -24,7 +24,7 @@
#include "platform/platform.h"
#include "platformEmscripten/EmscriptenFont.h"
-#include "string/Unicode.h"
+#include "string/unicode.h"
//------------------------------------------------------------------------------
// New Unicode capable font class.
@@ -28,7 +28,7 @@
-#include <SDL/sdl.h>
+#include <SDL/SDL.h>
void Platform::postQuitMessage(const U32 in_quitVal)
{
@@ -29,7 +29,7 @@
#include "platformEmscripten/EmscriptenOGLVideo.h"
#define PREF_DIR_ROOT "/.torque"
#define PREF_DIR_GAME_NAME "T2D"