| 38 | } |
| 39 | |
| 40 | void TextGUI::SetNames(const wchar** valueNames) |
| 41 | { |
| 42 | for(uint32 i = 0; i < numValues; ++i) |
| 43 | this->valueNames.push_back(valueNames[i]); |
| 44 | } |
| 45 | |
| 46 | void TextGUI::Update(const KeyboardState& kbState, const MouseState& mouseState) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected