Game ABI / headers refactoring (#2215)

* Game ABI / headers refactoring

* Delete dusk/imgui.h
This commit is contained in:
Luke Street
2026-07-14 19:24:08 -06:00
committed by GitHub
parent 49a3c9e2ac
commit a6f059827b
221 changed files with 665 additions and 601 deletions
-2
View File
@@ -24,7 +24,6 @@
#include "mods/service.hpp"
#include "mods/svc/camera.h"
#include "mods/svc/config.h"
#include "mods/svc/game.h"
#include "mods/svc/gfx.h"
#include "mods/svc/hook.h"
#include "mods/svc/log.h"
@@ -45,7 +44,6 @@ IMPORT_SERVICE(UiService, svc_ui);
IMPORT_SERVICE(GfxService, svc_gfx);
IMPORT_SERVICE(CameraService, svc_camera);
IMPORT_SERVICE(HookService, svc_hook);
IMPORT_SERVICE(GameService, svc_game);
IMPORT_SERVICE(LogService, svc_log);
namespace {