mirror of https://github.com/AxioDL/metaforce.git
10 lines
139 B
C++
10 lines
139 B
C++
|
#include "CParticlePOINode.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
CParticlePOINode::CParticlePOINode(CInputStream& in)
|
||
|
: CPOINode(in), x38_data(in) {}
|
||
|
|
||
|
}
|