* Move AppPlatform_emscripten to the sdl directory

As pointed out by #82, the behavior before this commit is unintuitive.
This commit is contained in:
iProgramInCpp
2023-10-22 10:52:38 +03:00
parent 7e0bd02111
commit c503eccd9d
6 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#include "client/app/App.hpp"
#if defined(__EMSCRIPTEN__)
#include "../emscripten/AppPlatform_emscripten.hpp"
#include "AppPlatform_emscripten.hpp"
typedef AppPlatform_emscripten UsedAppPlatform;
#else
#include "AppPlatform_sdl.hpp"