Home
last modified time | relevance | path

Searched refs:debugFeatures_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/scorched3d/scorched/src/common/common/
H A DOptionsGame.h418 bool getDebugFeatures() { return debugFeatures_; } in getDebugFeatures()
419 OptionEntryBool &getDebugFeaturesEntry() { return debugFeatures_; } in getDebugFeaturesEntry()
540 OptionEntryBool debugFeatures_; variable
H A DOptionsGame.cpp364 debugFeatures_(options_, "DebugFeatures", in OptionsGame()