2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 19:07:44 +00:00

Merge branch 'master' into extendeds

This commit is contained in:
Jack Andersen
2016-07-31 10:53:17 -10:00
9 changed files with 165 additions and 14 deletions

View File

@@ -9,10 +9,12 @@ CPVSBounds::CPVSBounds(CInputStream& in)
u32 CPVSBounds::GetBoundsFileSize()
{
return 0;
}
bool CPVSBounds::PointInBounds(const zeus::CVector3f&) const
{
return false;
}
}