#ifndef MBUOY_ATTR_POSITION_HPP #define MBUOY_ATTR_POSITION_HPP namespace mbuoy { struct position { int x, y; }; } // namespace mbuoy #endif // MBUOY_ATTR_POSITION_HPP