Cleaning up language parsing a little bit.

This commit is contained in:
2021-08-09 08:47:38 -07:00
parent 68986fd108
commit 65d13cc046
3 changed files with 23 additions and 11 deletions

View File

@ -10,6 +10,9 @@
#include "../file/asset.h"
#include "../file/csv.h"
#define LANGUAGE_HEADER_KEY "Key"
#define LANGUAGE_HEADER_VALUE "Value"
/** Definition for a Language */
typedef struct {
/** The buffer to read the asset from. */