diff options
Diffstat (limited to 'attr/position.hpp')
-rw-r--r-- | attr/position.hpp | 14 |
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 - |