#include "Spiel.h" extern "C" { __declspec( dllexport ) Spiel *getSpielKlasse() { return new Spiel(); } }