mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 08:31:21 +00:00
24 lines
238 B
C++
24 lines
238 B
C++
#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*)
|
|
{
|
|
}
|
|
|
|
}
|