MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ThrowCFileError

Function ThrowCFileError

cfile/cfile.cpp:80–85  ·  view source on GitHub ↗

Generates a cfile error

Source from the content-addressed store, hash-verified

78
79// Generates a cfile error
80void ThrowCFileError(int type, CFILE *file, const char *msg) {
81 cfe.read_write = type;
82 cfe.msg = msg;
83 cfe.file = file;
84 throw &cfe;
85}
86
87static void cf_Close();
88

Callers 3

cf_ReadStringFunction · 0.85
cf_WriteBytesFunction · 0.85
cf_WriteByteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected