aboutsummaryrefslogtreecommitdiffstats
path: root/attr/dimensions.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-08-10 10:50:47 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-08-10 10:50:47 -0400
commitcd96a31b3ea11edf26512c33ca599258601c31a0 (patch)
treed5cfbb9b3c936f36a4d30f9b8024e3ef7e27bcd7 /attr/dimensions.hpp
parent00f84e3b984904e36cbee502a470003ecd7d09cf (diff)
move library to a folder
Diffstat (limited to 'attr/dimensions.hpp')
-rw-r--r--attr/dimensions.hpp14
1 files changed, 0 insertions, 14 deletions
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
-