| 69 | } |
| 70 | |
| 71 | const char* swapString(StringId id, const char* src) |
| 72 | { |
| 73 | auto* dst = _strings[id]; |
| 74 | _strings[id] = const_cast<char*>(src); |
| 75 | return dst; |
| 76 | } |
| 77 | |
| 78 | // 0x00496522 |
| 79 | StringId userStringAllocate(char* str, bool mustBeUnique) |
no outgoing calls
no test coverage detected