2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 16:31:20 +00:00
metaforce/Runtime/Graphics/CPVSVisOctree.cpp
2016-07-27 13:06:57 -10:00

26 lines
368 B
C++

#include "CPVSVisOctree.hpp"
namespace urde
{
CPVSVisOctree::CPVSVisOctree(CInputStream& in)
{
}
u32 CPVSVisOctree::GetNumChildren(const unsigned char*) const
{
return 0;
}
u32 CPVSVisOctree::GetChildIndex(const unsigned char*, const zeus::CVector3f&) const
{
return 0;
}
u32 CPVSVisOctree::SetTestPoint(const zeus::CVector3f&) const
{
return 0;
}
}