MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetNameForConfigFile

Method GetNameForConfigFile

src/games/GenericGame.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25const char* GenericGame::GetNameForConfigFile() const {
26 return "Generic";
27}
28
29}// namespace OpenKneeboard

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected