diff --git a/src/app/HtmlClient.cpp b/src/app/HtmlClient.cpp new file mode 100644 index 0000000..88efba8 --- /dev/null +++ b/src/app/HtmlClient.cpp @@ -0,0 +1 @@ +#include "HtmlClient.h" diff --git a/src/app/HtmlClient.h b/src/app/HtmlClient.h new file mode 100644 index 0000000..3cf3529 --- /dev/null +++ b/src/app/HtmlClient.h @@ -0,0 +1,11 @@ +#ifndef HTMLCLIENT_H +#define HTMLCLIENT_H + +class HtmlClient +{ + public: + protected: + private: +}; + +#endif //HTMLCLIENT_H \ No newline at end of file