2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-20 01:53:29 +00:00
metaforce/Runtime/Common/CTweaks.cpp

18 lines
146 B
C++

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