#ifndef CAABOX_HPP #define CAABOX_HPP class CAABox { public: CVector3f min; CVector3f max; }; #endif // CAABOX_HPP