refactor: rename CMinecraftApp to Game, extract IPlatformGame interface

This commit is contained in:
MatthewBeshay
2026-04-04 10:17:12 +11:00
parent 7ecb17596a
commit 31580d44dd
301 changed files with 718 additions and 684 deletions
@@ -4,7 +4,7 @@
#include <string>
#include "app/common/App_enums.h"
#include "app/linux/Linux_App.h"
#include "app/linux/LinuxGame.h"
#include "java/Class.h"
#include "java/Random.h"
#include "minecraft/core/AbstractProjectileDispenseBehavior.h"