metaforce/Runtime/MP1/CTweakParticle.hpp

22 lines
328 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#ifndef __RETRO_CTWEAKPARTICLE_HPP__
#define __RETRO_CTWEAKPARTICLE_HPP__
2015-08-23 23:58:07 +00:00
#include "IOStreams.hpp"
2015-08-18 05:54:43 +00:00
#include "DataSpec/DNAMP1/Tweaks/CTweakParticle.hpp"
2015-08-17 05:26:58 +00:00
namespace Retro
{
2015-08-27 00:23:46 +00:00
namespace MP1
{
2015-08-18 05:54:43 +00:00
class CTweakParticle : DNAMP1::CTweakParticle
2015-08-17 05:26:58 +00:00
{
public:
CTweakParticle(CInputStream&);
};
2015-08-27 00:23:46 +00:00
}
}
2015-08-17 05:26:58 +00:00
#endif // __RETRO_CTWEAKPARTICLE_HPP__