metaforce/Runtime/MP1/CTweaks.cpp

18 lines
143 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#include "CTweaks.hpp"
namespace Retro
{
2015-08-27 00:23:46 +00:00
namespace MP1
{
2015-08-17 05:26:58 +00:00
void CTweaks::RegisterTweaks()
{
}
void CTweaks::RegisterResourceTweaks()
{
}
}
2015-08-27 00:23:46 +00:00
}