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

21 lines
305 B
C++

#ifndef __RETRO_CTWEAKS_HPP__
#define __RETRO_CTWEAKS_HPP__
#include "RetroTypes.hpp"
#include "CTweakParticle.hpp"
namespace Retro
{
class CTweaks
{
TOneStatic<CTweakParticle> m_particle;
public:
void RegisterTweaks();
void RegisterResourceTweaks();
};
}
#endif // __RETRO_CTWEAKS_HPP__