aboutsummaryrefslogtreecommitdiffstats
path: root/attr/position.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'attr/position.hpp')
-rw-r--r--attr/position.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/attr/position.hpp b/attr/position.hpp
deleted file mode 100644
index dfb9cc7..0000000
--- a/attr/position.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef MBUOY_ATTR_POSITION_HPP
-#define MBUOY_ATTR_POSITION_HPP
-
-namespace mbuoy {
-
-struct position
-{
- int x, y;
-};
-
-} // namespace mbuoy
-
-#endif // MBUOY_ATTR_POSITION_HPP
-