#include "Updater.h" extern "C" { __declspec(dllexport) UpdaterV* getUpdater(KSGClient::PatchServerClient* psc) { return new Updater(psc); } }