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