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