| 11 | public: |
| 12 | |
| 13 | std::string getName() const override { return "SDL Display"; } |
| 14 | std::string getDescription() const override { return ""; } |
| 15 | |
| 16 | bool start() override { return true; } |
nothing calls this directly
no outgoing calls
no test coverage detected