MCPcopy Create free account
hub / github.com/Fable2Recomp/Fable2Recomp / Fable2App

Method Fable2App

src/main.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 Fable2App(rex::ui::WindowedAppContext& ctx)
50 : WindowedApp(ctx, "Fable2", "[game_directory]") {
51 AddPositionalOption("game_directory");
52 }
53
54 bool OnInitialize() override {
55 auto exe_dir = rex::filesystem::GetExecutableFolder();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected