From 3383e8be9001826bf0d09f1fb73ad5013cc8627e Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 24 Nov 2010 19:57:03 +0000 Subject: Initial commit --- MapObject.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MapObject.cpp (limited to 'MapObject.cpp') diff --git a/MapObject.cpp b/MapObject.cpp new file mode 100644 index 0000000..5535bda --- /dev/null +++ b/MapObject.cpp @@ -0,0 +1,11 @@ +#include +#include "MapObject.h" + +MapObject::MapObject() { + std::cout << "MapObject::MapObject(): MapObject created.\n"; + isVisible = true; +} + +int MapObject::getType() { + return type; +} -- cgit v1.2.3