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