Go to the source code of this file.
Functions | |
int32 | RE_ReadCmdLine (int16 argc, int8 *argv[], Settings *projectSettings) |
Reads the command line. | |
int32 | RE_ReadMessages (FILE *f_ConfigFile, LIST_Mapping *messagesMapping) |
Reads messages codes in the configuration file. | |
int32 | RE_ReadParams (FILE *f_ConfigFile, LIST_Mapping *ParamsList) |
Reads parameters size in the configuration file. | |
int32 | RE_ReadConfigFile (LIST_Mapping *globalMapping) |
Reads the configuration file and fills some parts of the globalMapping variable.
| |
int32 | RE_GetCustomSymbols (Settings *projectSettings, LIST_Mapping *globalMapping) |
Reads the custom symbols files and adds them in the symbols list. |