mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-22 05:49:01 -04:00
Game ABI / headers refactoring (#2215)
* Game ABI / headers refactoring * Delete dusk/imgui.h
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user