From 3171e87f7efc3d2e46a3de2e58dad8c610a7e2da Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sat, 6 Dec 2025 10:15:23 +0800 Subject: [PATCH] change app to core --- src/{app => core}/GameApplication.cpp | 0 src/{app => core}/GameApplication.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{app => core}/GameApplication.cpp (100%) rename src/{app => core}/GameApplication.h (100%) diff --git a/src/app/GameApplication.cpp b/src/core/GameApplication.cpp similarity index 100% rename from src/app/GameApplication.cpp rename to src/core/GameApplication.cpp diff --git a/src/app/GameApplication.h b/src/core/GameApplication.h similarity index 100% rename from src/app/GameApplication.h rename to src/core/GameApplication.h