From 00f84e3b984904e36cbee502a470003ecd7d09cf Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 10 Aug 2024 10:46:54 -0400 Subject: initial upload --- attr/dimensions.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 attr/dimensions.hpp (limited to 'attr/dimensions.hpp') diff --git a/attr/dimensions.hpp b/attr/dimensions.hpp new file mode 100644 index 0000000..9c1fda9 --- /dev/null +++ b/attr/dimensions.hpp @@ -0,0 +1,14 @@ +#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