|
UFO: Alien Invasion
|
#include <filesys.h>

Public Member Functions | |
| ScopedFile () | |
| ~ScopedFile () | |
| qFILE * | operator& () |
| operator bool () const | |
| bool | file () const |
| bool | zip () const |
| FILE * | getFile () const |
Private Attributes | |
| qFILE | _file |
|
inline |
Definition at line 194 of file filesys.h.
References _file, and FS_CloseFile().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 188 of file filesys.h.
Referenced by file(), getFile(), operator&(), ScopedFile(), zip(), and ~ScopedFile().