mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 04:31:21 +00:00
20 lines
247 B
C++
20 lines
247 B
C++
#ifndef _DNAMP1_CTWEAKPARTICLE_HPP_
|
|
#define _DNAMP1_CTWEAKPARTICLE_HPP_
|
|
|
|
#include "../../DNACommon/DNACommon.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace DNAMP1
|
|
{
|
|
|
|
class CTweakParticle : BigYAML
|
|
{
|
|
DECL_YAML
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // _DNAMP1_CTWEAKPARTICLE_HPP_
|