mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
Add CPOINode family of classes
This commit is contained in:
19
Runtime/Character/CParticlePOINode.hpp
Normal file
19
Runtime/Character/CParticlePOINode.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __PSHAG_CPARTICLEPOINODE_HPP__
|
||||
#define __PSHAG_CPARTICLEPOINODE_HPP__
|
||||
|
||||
#include "CPOINode.hpp"
|
||||
#include "CParticleData.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CParticlePOINode : public CPOINode
|
||||
{
|
||||
CParticleData x38_data;
|
||||
public:
|
||||
CParticlePOINode(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CPARTICLEPOINODE_HPP__
|
||||
Reference in New Issue
Block a user