--------------------------------- FileUtil::SetCompiledData Sets the compiled data, should only be called once at startup
| 253 | // Sets the compiled data, should only be called once at startup |
| 254 | // |
| 255 | void FileUtil::SetCompiledData(uint8 const* const data) |
| 256 | { |
| 257 | s_CompiledData = data; |
| 258 | } |
| 259 | |
| 260 | //--------------------------------- |
| 261 | // FileUtil::RemoveExcessPathDelimiters |
nothing calls this directly
no outgoing calls
no test coverage detected