diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-10 10:50:47 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-10 10:50:47 -0400 |
commit | cd96a31b3ea11edf26512c33ca599258601c31a0 (patch) | |
tree | d5cfbb9b3c936f36a4d30f9b8024e3ef7e27bcd7 /attr/position.hpp | |
parent | 00f84e3b984904e36cbee502a470003ecd7d09cf (diff) |
move library to a folder
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 - |