summaryrefslogtreecommitdiff
path: root/src/s_html.cpp
blob: 0899abe3a27e915a76e485bfe500fea4bb0c2e0e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GHTM_CXX
#define GHTM_CXX

#include "s_html.h"

using namespace std;

html* s_html::obj;

#endif