metaforce/Runtime/Common/CTweaks.cpp

18 lines
146 B
C++
Raw Normal View History

2015-08-16 22:26:58 -07:00
#include "CTweaks.hpp"
namespace Retro
{
namespace Common
{
2015-08-16 22:26:58 -07:00
void CTweaks::RegisterTweaks()
{
}
void CTweaks::RegisterResourceTweaks()
{
}
}
}