mirror of https://github.com/AxioDL/metaforce.git
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*)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|