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