mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
9 lines
104 B
C
9 lines
104 B
C
|
|
#ifndef BC_OS_FILE_H
|
||
|
|
#define BC_OS_FILE_H
|
||
|
|
|
||
|
|
#include "common/handle.h"
|
||
|
|
|
||
|
|
DECLARE_HANDLE(HOSFILE);
|
||
|
|
|
||
|
|
#endif
|