Files
dusklight/sdk/src/game_feature.cpp
T
Luke Street a6f059827b Game ABI / headers refactoring (#2215)
* Game ABI / headers refactoring

* Delete dusk/imgui.h
2026-07-14 19:24:08 -06:00

6 lines
168 B
C++

#include <mods/service.hpp>
#include <mods/svc/game.h>
// Linking the game feature makes the loader enforce the game ABI epoch.
IMPORT_SERVICE(GameService, svc_game);