mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 23:39:12 +00:00
Initial PVS stubs
This commit is contained in:
18
Runtime/Graphics/CPVSBounds.cpp
Normal file
18
Runtime/Graphics/CPVSBounds.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "CPVSBounds.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CPVSBounds::CPVSBounds(CInputStream& in)
|
||||
{
|
||||
}
|
||||
|
||||
u32 CPVSBounds::GetBoundsFileSize()
|
||||
{
|
||||
}
|
||||
|
||||
bool CPVSBounds::PointInBounds(const zeus::CVector3f&) const
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user