// // Created by dannu on 4/21/2026. // #pragma once #include "common/emu_versions.h" #include namespace Message { class IMessage; } // store all static functions for the different patches here const std::shared_ptr& GetMessageComponent(EQ::versions::ClientVersion version);