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