MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cResources

Method cResources

Source/Resources.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "Amiga/dernc.hpp"
25
26cResources::cResources( ) {
27
28}
29
30tSharedBuffer cResources::fileGet( std::string pFilename ) {
31 auto File = g_ResourceMan->FileRead(g_Fodder->mVersionCurrent->getDataFilePath(pFilename));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected