summaryrefslogtreecommitdiff
path: root/HTML.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HTML.cpp')
-rw-r--r--HTML.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/HTML.cpp b/HTML.cpp
new file mode 100644
index 0000000..a93bc0a
--- /dev/null
+++ b/HTML.cpp
@@ -0,0 +1,10 @@
+#ifndef GHTM_CXX
+#define GHTM_CXX
+
+#include "HTML.h"
+
+using namespace std;
+
+html* HTML::obj;
+
+#endif