UI core boiler plate

This commit is contained in:
2023-12-20 11:25:01 +01:00
parent ebda550bf2
commit 70cc2eae8c
9 changed files with 2072 additions and 2 deletions

View File

@@ -3218,7 +3218,6 @@ const char *GetApplicationDirectory(void)
}
#elif defined(__linux__)
ssize_t readlink(const char *, const char *, unsigned int);
unsigned int size = sizeof(appDir);
ssize_t len = readlink("/proc/self/exe", appDir, size);

2
engine/libs/stb/stb.c Normal file
View File

@@ -0,0 +1,2 @@
#define STB_DS_IMPLEMENTATION
#include "stb_ds.h"

1895
engine/libs/stb/stb_ds.h Normal file

File diff suppressed because it is too large Load Diff