2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-17 17:11:20 +00:00
metaforce/Runtime/MP1/CTweakParticle.hpp
2015-08-26 14:23:46 -10:00

22 lines
328 B
C++

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