summaryrefslogtreecommitdiff
path: root/src/settings.h
blob: bec3c2241c4aec1727ab3368dfc152a962fe61e4 (plain)
1
2
3
4
5
6
7
8
#ifndef SETTINGS_H
#define SETTINGS_H

namespace Settings {
	void createConfig();
};

#endif