summaryrefslogtreecommitdiff
path: root/src/shield.cpp
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-05-31 16:11:28 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-05-31 16:11:28 +0200
commit2dd8aa3223ec67528f38936a96f66508737079f2 (patch)
treea392d247c1d4096c815b7f923dc07b460440a40e /src/shield.cpp
parent90483e4f3d0f7b95b3846bf1d0ff410ebd930011 (diff)
Added some domain objects
Diffstat (limited to 'src/shield.cpp')
-rw-r--r--src/shield.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shield.cpp b/src/shield.cpp
new file mode 100644
index 0000000..b58714a
--- /dev/null
+++ b/src/shield.cpp
@@ -0,0 +1,6 @@
+#include "shield.h"
+
+Shield::Shield(int x, int y)
+ :x(x), y(y)
+{
+}