More updates to fix stuff...

This commit is contained in:
iProgramInCpp
2023-08-19 10:09:49 +03:00
parent c01a627aee
commit 30f35ef724
4 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
#include <emscripten.h>
#include "client/common/Utils.hpp"
#include "common/Utils.hpp"
AppPlatform_emscripten::AppPlatform_emscripten(std::string storageDir, SDL_Window *window)
: AppPlatform_sdlbase(storageDir, window)