#include "Game.h"

extern "C"
{
	__declspec( dllexport ) MiniGameV *GetMiniGame()
	{
		return new Game();
	}
}