#ifndef SETTINGS_H #define SETTINGS_H namespace Settings { void createConfig(); }; #endif