metaforce/Runtime/MP1/CTweaks.hpp

23 lines
251 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#ifndef __RETRO_CTWEAKS_HPP__
#define __RETRO_CTWEAKS_HPP__
2015-08-23 23:58:07 +00:00
#include "RetroTypes.hpp"
2015-08-17 05:26:58 +00:00
namespace Retro
{
2015-08-27 00:23:46 +00:00
namespace MP1
{
2015-08-17 05:26:58 +00:00
class CTweaks
{
public:
void RegisterTweaks();
void RegisterResourceTweaks();
};
2015-08-27 00:23:46 +00:00
}
}
2015-08-17 05:26:58 +00:00
#endif // __RETRO_CTWEAKS_HPP__