CMake: Refactor build system

This commit is contained in:
Er2
2023-12-04 20:48:45 +03:00
parent d6bf825c11
commit 470291c7e5
36 changed files with 467 additions and 336 deletions

View File

@@ -16,6 +16,8 @@ typedef AppPlatform_sdl UsedAppPlatform;
#include "client/app/NinecraftApp.hpp"
#include "client/player/input/Multitouch.hpp"
#include "compat/KeyCodes.hpp"
static float g_fPointToPixelScale = 1.0f;
UsedAppPlatform *g_pAppPlatform;