metaforce/Runtime/Common/CTweakParticle.hpp

21 lines
280 B
C++
Raw Normal View History

2015-08-16 22:26:58 -07:00
#ifndef __RETRO_CTWEAKPARTICLE_HPP__
#define __RETRO_CTWEAKPARTICLE_HPP__
#include "CBasics.hpp"
namespace Retro
{
namespace Common
{
2015-08-16 22:26:58 -07:00
class CTweakParticle : TOneStatic<CTweakParticle>
{
public:
CTweakParticle(CInputStream&);
};
}
}
2015-08-16 22:26:58 -07:00
#endif // __RETRO_CTWEAKPARTICLE_HPP__