mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-16 05:56:09 +03:00
fix(util): remove placeholder OsCreateDirectory
This commit is contained in:
parent
2fbae5bf52
commit
851c1aea5b
@ -2,10 +2,6 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <storm/String.hpp>
|
#include <storm/String.hpp>
|
||||||
|
|
||||||
void OsCreateDirectory(const char* pathName, int32_t recursive) {
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
void OsBuildFontFilePath(const char* fileName, char* buffer, size_t size) {
|
void OsBuildFontFilePath(const char* fileName, char* buffer, size_t size) {
|
||||||
SStrPrintf(buffer, size, "%s\\%s", "Fonts", fileName);
|
SStrPrintf(buffer, size, "%s\\%s", "Fonts", fileName);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,8 +4,6 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
void OsCreateDirectory(const char*, int32_t);
|
|
||||||
|
|
||||||
void OsBuildFontFilePath(const char*, char*, size_t);
|
void OsBuildFontFilePath(const char*, char*, size_t);
|
||||||
|
|
||||||
char* OsPathFindExtensionWithDot(char*);
|
char* OsPathFindExtensionWithDot(char*);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user