Removed hard coded assets (For now)

This commit is contained in:
2021-08-05 10:09:49 -07:00
parent 351a9e3260
commit b2d7f2e6d9
5 changed files with 2 additions and 1073 deletions

View File

@ -8,7 +8,8 @@
#pragma once
#include "../libs.h"
#define LANGUAGE_STRING_MAX 512
/** Maximum number of strings a language can hold. */
#define LANGUAGE_STRING_MAX 128
typedef struct {
char *key;