mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 15:39:12 +00:00
More stubs and main flow layout
This commit is contained in:
21
Runtime/MP1/CTweakParticle.hpp
Normal file
21
Runtime/MP1/CTweakParticle.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __RETRO_CTWEAKPARTICLE_HPP__
|
||||
#define __RETRO_CTWEAKPARTICLE_HPP__
|
||||
|
||||
#include "CBasics.hpp"
|
||||
#include "DataSpec/DNAMP1/Tweaks/CTweakParticle.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
namespace Common
|
||||
{
|
||||
|
||||
class CTweakParticle : DNAMP1::CTweakParticle
|
||||
{
|
||||
public:
|
||||
CTweakParticle(CInputStream&);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __RETRO_CTWEAKPARTICLE_HPP__
|
||||
Reference in New Issue
Block a user