MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / OpenFile

Method OpenFile

includes/GTA/CFileMgr.h:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2{
3public:
4 static inline FILE* OpenFile(const char* path, const char* mode)
5 {
6 return fopen(path, mode);
7 };
8 static inline int CloseFile(FILE* stream)
9 {
10 return fclose(stream);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected