metaforce/Runtime/Graphics/CPVSVisSet.cpp

24 lines
238 B
C++
Raw Normal View History

2016-07-27 16:06:57 -07:00
#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*)
{
}
}