kiba-engine
|
Handle for a file. More...
#include <filesystem.h>
Data Fields | |
void * | handle |
Platform specific handle to the actual file. | |
b8 | is_valid |
Indicates if the file handle is valid. | |
b8 | binary |
Indicates if the file was opened in binary mode as opposed to text mode. | |
file_modes | modes |
Contains the modes that were used to open the file. | |
Handle for a file.
Definition at line 25 of file filesystem.h.