metaforce/Runtime/Graphics/CPVSBounds.cpp

21 lines
232 B
C++
Raw Normal View History

2016-07-27 23:06:57 +00:00
#include "CPVSBounds.hpp"
namespace urde
{
CPVSBounds::CPVSBounds(CInputStream& in)
{
}
u32 CPVSBounds::GetBoundsFileSize()
{
return 0;
2016-07-27 23:06:57 +00:00
}
bool CPVSBounds::PointInBounds(const zeus::CVector3f&) const
{
return false;
2016-07-27 23:06:57 +00:00
}
}