metaforce/Runtime/MP1/CTweaks.hpp

23 lines
251 B
C++

#ifndef __PSHAG_CTWEAKS_HPP__
#define __PSHAG_CTWEAKS_HPP__
#include "RetroTypes.hpp"
namespace pshag
{
namespace MP1
{
class CTweaks
{
public:
void RegisterTweaks();
void RegisterResourceTweaks();
};
}
}
#endif // __PSHAG_CTWEAKS_HPP__