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