mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 03:25:24 +00:00
More stubs and main flow layout
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#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_
|
||||
|
||||
Reference in New Issue
Block a user