2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 14:31:22 +00:00

9 lines
114 B
C++

#pragma once
#include "ITweak.hpp"
namespace DataSpec {
struct ITweakGame : ITweak {};
} // namespace DataSpec