mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-20 01:53:29 +00:00
18 lines
146 B
C++
18 lines
146 B
C++
#include "CTweaks.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
void CTweaks::RegisterTweaks()
|
|
{
|
|
}
|
|
|
|
void CTweaks::RegisterResourceTweaks()
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|