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

Method Load

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

Source from the content-addressed store, hash-verified

31 GETTER(int, BytesRead, bytesRead)
32
33 void Load(const std::string& fileName) { Load(fileName.c_str()); }
34 void Load(const char* fileName) {
35 Unload();
36 data = ::LoadFileData(fileName, &bytesRead);

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected