aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/StaticImage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/StaticImage.hpp')
-rw-r--r--include/dchat/StaticImage.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dchat/StaticImage.hpp b/include/dchat/StaticImage.hpp
new file mode 100644
index 0000000..372f7ce
--- /dev/null
+++ b/include/dchat/StaticImage.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <boost/filesystem/path.hpp>
+
+namespace dchat
+{
+ class StaticImage
+ {
+ public:
+ virtual ~StaticImage(){}
+ };
+} \ No newline at end of file