From 3383e8be9001826bf0d09f1fb73ad5013cc8627e Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 24 Nov 2010 19:57:03 +0000 Subject: Initial commit --- Platform.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Platform.h (limited to 'Platform.h') diff --git a/Platform.h b/Platform.h new file mode 100644 index 0000000..6ad74e2 --- /dev/null +++ b/Platform.h @@ -0,0 +1,14 @@ +#ifndef PLATFORM_H +#define PLATFORM_H + +#include "MapObject.h" + +class Platform : public MapObject { + public: + Platform(); + + private: + // Nothing yet! +}; + +#endif -- cgit v1.2.3