thug/Code/Sys/ngc/p_bbox.h
2016-02-14 08:39:12 +11:00

15 lines
174 B
C++

#ifndef _BBOX_H_
#define _BBOX_H_
#include <dolphin.h>
#include "p_matrix.h"
class NsBBox
{
public:
NsVector m_min;
NsVector m_max;
};
#endif // _BBOX_H_