1 2 3 4 5 6 7 8 9 10
#ifndef INI_H #define INI_H //Functions to handle the "system.ini" file void iniInit(); void saveSettings(); void loadSettings(); #endif