metaforce/Runtime/CTweaks.hpp

16 lines
275 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#ifndef __RETRO_CTWEAKS_HPP__
#define __RETRO_CTWEAKS_HPP__
#include <memory>
#include "CTweakParticle.hpp"
class CTweaks
{
TOneStatic<CTweakParticle> m_particle;
public:
void RegisterTweaks();
void RegisterResourceTweaks();
};
#endif // __RETRO_CTWEAKS_HPP__