2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-19 16:05:52 +00:00
metaforce/Runtime/MP1/CTweakParticle.hpp
2015-08-18 12:51:54 -10:00

19 lines
308 B
C++

#ifndef __RETRO_CTWEAKPARTICLE_HPP__
#define __RETRO_CTWEAKPARTICLE_HPP__
#include "CBasics.hpp"
#include "DataSpec/DNAMP1/Tweaks/CTweakParticle.hpp"
namespace Retro
{
class CTweakParticle : DNAMP1::CTweakParticle
{
public:
CTweakParticle(CInputStream&);
};
}
#endif // __RETRO_CTWEAKPARTICLE_HPP__