Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ ~FileText
Method
~FileText
include/FileText.hpp:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
return *this;
25
}
26
~FileText() { Unload(); }
27
28
explicit FileText(const std::string& fileName) { Load(fileName); }
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected