aboutsummaryrefslogtreecommitdiff
path: root/src/ini.h
blob: c97fd01cbd4f114174029b3988312098604ceb5f (plain)
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