| 10 | namespace OpenKneeboard { |
| 11 | |
| 12 | bool GenericGame::MatchesPath(const std::filesystem::path&) const { |
| 13 | return true; |
| 14 | } |
| 15 | |
| 16 | std::vector<std::filesystem::path> GenericGame::GetInstalledPaths() const { |
| 17 | return {}; |
nothing calls this directly
no outgoing calls
no test coverage detected