mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
refactor: rename CMinecraftApp to Game, extract IPlatformGame interface
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WINDOWS64
|
||||
#include "app/windows/Windows64_App.h"
|
||||
#include "app/windows/WindowsGame.h"
|
||||
#else
|
||||
#include "app/linux/Linux_App.h"
|
||||
#include "app/linux/LinuxGame.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user