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

Method Create

src/main.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 public rex::ui::WindowInputListener {
43 public:
44 static std::unique_ptr<rex::ui::WindowedApp> Create(
45 rex::ui::WindowedAppContext& ctx) {
46 return std::make_unique<Fable2App>(ctx);
47 }
48
49 Fable2App(rex::ui::WindowedAppContext& ctx)
50 : WindowedApp(ctx, "Fable2", "[game_directory]") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected