2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-07 21:39:05 +00:00
metaforce/Runtime/MP1/CTweakParticle.hpp
2015-08-23 13:58:07 -10:00

19 lines
310 B
C++

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