1 2 3 4 5 6 7 8
#include "Config.h" using namespace crepe; Config & Config::get_instance() { static Config instance; return instance; }