#ifndef __BRICK__H__ #define __BRICK__H__ #include <cstdint> struct Brick { uint32_t designerID; uint32_t materialID; }; #endif //!__BRICK__H__