2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 16:31:21 +00:00
metaforce/Runtime/MP1/CTweaks.cpp
2015-08-26 14:23:46 -10:00

18 lines
143 B
C++

#include "CTweaks.hpp"
namespace Retro
{
namespace MP1
{
void CTweaks::RegisterTweaks()
{
}
void CTweaks::RegisterResourceTweaks()
{
}
}
}