#ifndef TEMPEST_BOX_C_AABOX_HPP #define TEMPEST_BOX_C_AABOX_HPP #include "tempest/Vector.hpp" class CAaBox { public: // Member variables C3Vector b; C3Vector t; }; #endif