MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / LoadAAS

Method LoadAAS

neo/tools/compilers/aas/AASFileManager.cpp:59–66  ·  view source on GitHub ↗

================ idAASFileManagerLocal::LoadAAS ================ */

Source from the content-addressed store, hash-verified

57================
58*/
59idAASFile *idAASFileManagerLocal::LoadAAS( const char *fileName, unsigned int mapFileCRC ) {
60 idAASFileLocal *file = new idAASFileLocal();
61 if ( !file->Load( fileName, mapFileCRC ) ) {
62 delete file;
63 return NULL;
64 }
65 return file;
66}
67
68/*
69================

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected