mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Some Code Clean Up
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user