1 2 3 4 5 6
#ifndef SETTINGS_H #define SETTINGS_H VSMap *readSettings(const std::string &path); #endif