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

Method Unload

include/FileText.hpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void Unload() {
45 if (data != nullptr) {
46 ::UnloadFileText(data);
47 data = nullptr;
48 length = 0;
49 }
50 }
51private:
52 char* data{nullptr};
53 unsigned int length{0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected