From 98ba22e7064db57316dfff1ae127feb3dceeb73e Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 31 Jul 2014 13:58:22 +0200 Subject: Initial commit --- source/logic/Rock.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/logic/Rock.cpp (limited to 'source/logic/Rock.cpp') diff --git a/source/logic/Rock.cpp b/source/logic/Rock.cpp new file mode 100644 index 0000000..bb1053a --- /dev/null +++ b/source/logic/Rock.cpp @@ -0,0 +1,6 @@ +#include "Rock.h" + +Rock::Rock(double x, double y) + :GameObject(x,y,BitmapStore::ROCK) +{ +} -- cgit v1.2.3