mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 11:32:29 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
13
src/util/Filesystem.hpp
Normal file
13
src/util/Filesystem.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef UTIL_FILESYSTEM_HPP
|
||||
#define UTIL_FILESYSTEM_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
void OsCreateDirectory(const char*, int32_t);
|
||||
|
||||
void OsBuildFontFilePath(const char*, char*, size_t);
|
||||
|
||||
char* OsPathFindExtensionWithDot(char*);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue