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