Adding some comments.
This commit is contained in:
@ -10,7 +10,9 @@
|
||||
#include "../file/asset.h"
|
||||
#include "../file/csv.h"
|
||||
|
||||
/** Column name for the KEY within the CSV */
|
||||
#define LANGUAGE_HEADER_KEY "Key"
|
||||
/** Column name for the VALUE within the CSV */
|
||||
#define LANGUAGE_HEADER_VALUE "Value"
|
||||
|
||||
/** Definition for a Language */
|
||||
|
Reference in New Issue
Block a user