Removed hard coded assets (For now)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user