mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Various CStateManager additions and camera stubs
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CParticlePOINode::CParticlePOINode()
|
||||
: CPOINode("root", 5, CCharAnimTime(), -1, false, 1.f, -1, 0) {}
|
||||
|
||||
CParticlePOINode::CParticlePOINode(CInputStream& in)
|
||||
: CPOINode(in), x38_data(in) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user