| 110 | } |
| 111 | |
| 112 | void StringStack::clearFunctionOffset() |
| 113 | { |
| 114 | //Con::printf("StringStack mFunctionOffset = 0 (from %i)", mFunctionOffset); |
| 115 | mFunctionOffset = 0; |
| 116 | } |
| 117 | |
| 118 | void StringStack::setStringValue(const char *s) |
| 119 | { |
no outgoing calls
no test coverage detected