1 2 3 4 5 6 7 8 9 10
#ifndef GCON_CXX #define GCON_CXX #include "s_conf.h" using namespace std; conf* s_conf::obj; #endif