aboutsummaryrefslogtreecommitdiffstats
path: root/attr/dimensions.hpp
blob: 9c1fda9fabb7451092ecb5d1699f5ae6e342bdf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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