Some Code Clean Up

This commit is contained in:
TheBrokenRail
2023-10-10 16:05:02 -04:00
parent 8278e2993d
commit 100dd1db5d
4 changed files with 11 additions and 18 deletions

View File

@@ -1,10 +1,8 @@
#include "AppPlatform_sdl.hpp"
#include <emscripten.h>
#include "common/Utils.hpp"
AppPlatform_sdl::AppPlatform_sdl_emscripten(std::string storageDir, SDL_Window *window)
AppPlatform_sdl::AppPlatform_sdl(std::string storageDir, SDL_Window *window)
: AppPlatform_sdl_base(storageDir, window)
{
}