mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-13 18:32:29 +00:00
refactor(file): overhaul filesystem for better accuracy, add some new features too
This commit is contained in:
parent
e674242b47
commit
5d96890167
111 changed files with 3708 additions and 3420 deletions
9
bc/os/file/WriteFile.hpp
Normal file
9
bc/os/file/WriteFile.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef BC_OS_FILE_WRITE_FILE_HPP
|
||||
#define BC_OS_FILE_WRITE_FILE_HPP
|
||||
|
||||
#include "bc/os/file/Types.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
int32_t OsWriteFile(HOSFILE fileHandle, void* buffer, uint32_t bytesToWrite, uint32_t* bytesWritten);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue