From baa7977e0e325e92c700c47b4adea9082749f1d7 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 2 May 2015 22:45:16 -0500 Subject: renamed so atom detects it is a cpp file :x --- inc/resource.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inc/resource.hpp (limited to 'inc/resource.hpp') diff --git a/inc/resource.hpp b/inc/resource.hpp new file mode 100644 index 0000000..463f355 --- /dev/null +++ b/inc/resource.hpp @@ -0,0 +1,12 @@ +#ifndef resource_h +#define resource_h + +#include "entity.h" + +class Resource: public Entity +{ + public: + Resource(Window m, std::string s); +}; + +#endif -- cgit v1.2.3