| 23 | } |
| 24 | |
| 25 | const wchar_t* QuickSaveCommandClass::GetUIDescription() const |
| 26 | { |
| 27 | return GeneralUtils::LoadStringUnlessMissing("TXT_QUICKSAVE_DESC", L"Save the current game."); |
| 28 | } |
| 29 | |
| 30 | void QuickSaveCommandClass::Execute(WWKey eInput) const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected