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/dimensions.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 attr/dimensions.hpp (limited to 'attr/dimensions.hpp') diff --git a/attr/dimensions.hpp b/attr/dimensions.hpp deleted file mode 100644 index 9c1fda9..0000000 --- a/attr/dimensions.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef MBUOY_ATTR_DIMENSIONS_HPP -#define MBUOY_ATTR_DIMENSIONS_HPP - -namespace mbuoy { - -struct dimensions -{ - int width, height; -}; - -} // namespace mbuoy - -#endif // MBUOY_ATTR_DIMENSIONS_HPP - -- cgit v1.2.3