mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:51:21 +00:00
19 lines
200 B
C++
19 lines
200 B
C++
#include "CPVSBounds.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CPVSBounds::CPVSBounds(CInputStream& in)
|
|
{
|
|
}
|
|
|
|
u32 CPVSBounds::GetBoundsFileSize()
|
|
{
|
|
}
|
|
|
|
bool CPVSBounds::PointInBounds(const zeus::CVector3f&) const
|
|
{
|
|
}
|
|
|
|
}
|