Files

11 lines
124 B
C++

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