mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 07:34:37 -04:00
a6f059827b
* Game ABI / headers refactoring * Delete dusk/imgui.h
6 lines
168 B
C++
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);
|