#include "../dllexport.h" #include DLL_EXPORT void plugin1_hello() { std::puts("plugin1 says hello!"); }