2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 21:11:21 +00:00
metaforce/Runtime/Graphics/CPVSAreaSet.cpp
2016-08-06 14:20:02 -10:00

15 lines
163 B
C++

#include "CPVSAreaSet.hpp"
namespace urde
{
CPVSAreaSet::CPVSAreaHolder::CPVSAreaHolder(CInputStream& in)
{
}
CPVSAreaSet::CPVSAreaSet(CInputStream& in)
{
}
}