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

Method ~FileData

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

Source from the content-addressed store, hash-verified

24 return *this;
25 }
26 ~FileData() { Unload(); }
27
28 explicit FileData(const std::string& fileName) { Load(fileName); }
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected