Files

11 lines
124 B
C++
Raw Permalink Normal View History

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