mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
8 lines
148 B
C++
8 lines
148 B
C++
#ifndef BC_OS_FILE_CLOSE_FILE_HPP
|
|
#define BC_OS_FILE_CLOSE_FILE_HPP
|
|
|
|
#include "bc/os/file/Types.hpp"
|
|
|
|
void OsCloseFile(HOSFILE fileHandle);
|
|
|
|
#endif
|