mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(util): remove placeholder OsCreateDirectory
This commit is contained in:
parent
2fbae5bf52
commit
851c1aea5b
2 changed files with 0 additions and 6 deletions
|
|
@ -2,10 +2,6 @@
|
|||
#include <cstring>
|
||||
#include <storm/String.hpp>
|
||||
|
||||
void OsCreateDirectory(const char* pathName, int32_t recursive) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
void OsBuildFontFilePath(const char* fileName, char* buffer, size_t size) {
|
||||
SStrPrintf(buffer, size, "%s\\%s", "Fonts", fileName);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@
|
|||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
void OsCreateDirectory(const char*, int32_t);
|
||||
|
||||
void OsBuildFontFilePath(const char*, char*, size_t);
|
||||
|
||||
char* OsPathFindExtensionWithDot(char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue