mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Initial PVS stubs
This commit is contained in:
23
Runtime/Graphics/CPVSVisSet.cpp
Normal file
23
Runtime/Graphics/CPVSVisSet.cpp
Normal file
@@ -0,0 +1,23 @@
|
||||
#include "CPVSVisSet.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
void CPVSVisSet::Reset(bool)
|
||||
{
|
||||
}
|
||||
|
||||
bool CPVSVisSet::GetVisible(int)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CPVSVisSet::SetVisible(int,bool)
|
||||
{
|
||||
}
|
||||
|
||||
void CPVSVisSet::SetFromMemory(const unsigned char*)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user