Replaced vec.h with stb_ds.h arrays

This commit is contained in:
2022-08-26 14:19:17 +00:00
parent ff4168d279
commit 02d4396010
16 changed files with 210 additions and 177 deletions

View File

@@ -33,6 +33,8 @@ char pathbuf[MAXPATH];
void resources_init()
{
prefabs = vec_make(MAXNAME, 25);
DATA_PATH = malloc(MAXPATH);
getcwd(DATA_PATH, MAXPATH);
strncat(DATA_PATH, "/", MAXPATH);