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