#ifndef ARE_INCLUDE_OBJECT_OBJECT_SET_H #define ARE_INCLUDE_OBJECT_OBJECT_SET_H #include #include namespace are { // Unified container for all objects. struct ObjectSet { std::vector object_set; }; } #endif