2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 18:59:34 +00:00
Files
metaforce/DataSpec/DNACommon/Tweaks/ITweakGame.hpp

9 lines
114 B
C++

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