MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / loadFromFile

Method loadFromFile

tools/modeltool/Q3BSP.cpp:44–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Quake3Level::loadFromFile(const char* fileName) {
45 if (!fileName) {
46 return;
47 }
48
49 theFileName = fileName;
50
51 initialise();
52
53#ifdef _DEBUG
54 dumpContents();
55#endif
56
57}
58
59// byte swapping functions
60void SwapFourBytes(unsigned long* dw) {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected