| 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]") { |
nothing calls this directly
no outgoing calls
no test coverage detected