2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 07:51:21 +00:00
metaforce/Runtime/Graphics/CPVSBounds.cpp
2016-07-27 13:06:57 -10:00

19 lines
200 B
C++

#include "CPVSBounds.hpp"
namespace urde
{
CPVSBounds::CPVSBounds(CInputStream& in)
{
}
u32 CPVSBounds::GetBoundsFileSize()
{
}
bool CPVSBounds::PointInBounds(const zeus::CVector3f&) const
{
}
}