summaryrefslogtreecommitdiff
path: root/inc/Location.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Location.hpp')
-rw-r--r--inc/Location.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/Location.hpp b/inc/Location.hpp
new file mode 100644
index 0000000..458e77e
--- /dev/null
+++ b/inc/Location.hpp
@@ -0,0 +1,11 @@
+#ifndef location_h
+#define location_h
+
+class Location
+{
+ public:
+ int x;
+ int y;
+};
+
+#endif