| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected