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