mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 05:25:24 +00:00
Various stubs, and starting on core functionality
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#ifndef _DNAMP1_CTWEAKPARTICLE_HPP_
|
||||
#define _DNAMP1_CTWEAKPARTICLE_HPP_
|
||||
|
||||
#include "../../DNACommon/DNACommon.hpp"
|
||||
#include "../../DNACommon/Tweaks/ITweakParticle.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
namespace DNAMP1
|
||||
{
|
||||
|
||||
struct CTweakParticle : BigYAML
|
||||
struct CTweakParticle : ITweakParticle
|
||||
{
|
||||
DECL_YAML
|
||||
String<-1> m_particle;
|
||||
|
||||
Reference in New Issue
Block a user