From cd96a31b3ea11edf26512c33ca599258601c31a0 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 10 Aug 2024 10:50:47 -0400 Subject: move library to a folder --- attr/position.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 attr/position.hpp (limited to 'attr/position.hpp') 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 - -- cgit v1.2.3