Kohi Game Engine
file_handle Struct Reference

Holds a handle to a file. More...

#include <filesystem.h>

Data Fields

void * handle
 Opaque handle to internal file handle. More...
 
b8 is_valid
 Indicates if this handle is valid. More...
 

Detailed Description

Holds a handle to a file.

Field Documentation

◆ handle

void* handle

Opaque handle to internal file handle.

◆ is_valid

b8 is_valid

Indicates if this handle is valid.


The documentation for this struct was generated from the following file: