MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Unload

Method Unload

include/FileData.hpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void Unload() {
40 if (data != nullptr) {
41 ::UnloadFileData(data);
42 data = nullptr;
43 bytesRead = 0;
44 }
45 }
46private:
47 unsigned char* data{nullptr};
48 int bytesRead{0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected