// // Created by wrede on 22.04.16. // #ifndef GBMOT_CONSTANTS_H #define GBMOT_CONSTANTS_H #include #include #include #include #include "ObjectData.h" namespace core { typedef std::vector>> Vector3d; typedef std::vector> Vector2d; } #endif //GBMOT_CONSTANTS_H