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