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