mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 16:31:21 +00:00
18 lines
143 B
C++
18 lines
143 B
C++
#include "CTweaks.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace MP1
|
|
{
|
|
|
|
void CTweaks::RegisterTweaks()
|
|
{
|
|
}
|
|
|
|
void CTweaks::RegisterResourceTweaks()
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|