Rename AppWindow to app_logic

This commit is contained in:
Vyn 2025-07-03 09:57:20 +02:00
parent 049353e06a
commit 00d9cbe7ef
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
4 changed files with 69 additions and 71 deletions

View file

@ -8,7 +8,7 @@ set(CMAKE_BUILD_RPATH_USE_ORIGIN ON)
add_executable(mirai
src/main.cpp
src/windows/AppWindow/AppWindow.cpp
src/app_logic.cpp
src/shared/Utils.cpp
)