2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 07:11:20 +00:00
metaforce/Runtime/Graphics/CPVSAreaSet.cpp
2016-07-27 13:06:57 -10:00

11 lines
96 B
C++

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