1 #ifndef CNDICT_LOADER_H
2 #define CNDICT_LOADER_H
3 
4 #include "dep/friso/friso.h"
5 
6 // Defined in cndict_loader.c
7 // Loads the built-in dictionary into the provided dictionary object
8 int ChineseDictLoad(friso_dic_t);
9 
10 // Defined in generated/cndict_data.c
11 // Configures the friso config object based on built-in settings.
12 void ChineseDictConfigure(friso_t, friso_config_t);
13 #endif