mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
feat(app): add StormLib
This commit is contained in:
parent
6b4c5e9179
commit
2a1c75d1e8
316 changed files with 72502 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ target_link_libraries(util
|
|||
PUBLIC
|
||||
freetype-2.0
|
||||
lua-5.1
|
||||
stormlib-9
|
||||
common
|
||||
storm
|
||||
tempest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#include "util/Filesystem.hpp"
|
||||
#include <cstring>
|
||||
#include <storm/String.hpp>
|
||||
#include <StormLib.h>
|
||||
|
||||
void OsCreateDirectory(const char* pathName, int32_t recursive) {
|
||||
// TODO
|
||||
|
|
@ -28,3 +29,8 @@ char* OsPathFindExtensionWithDot(char* pathName) {
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
void OpenArchives()
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,4 +10,6 @@ void OsBuildFontFilePath(const char*, char*, size_t);
|
|||
|
||||
char* OsPathFindExtensionWithDot(char*);
|
||||
|
||||
void OpenArchives();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue