- //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
- //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
- #include "BsMonoPrerequisites.h"
- namespace bs
- {
- extern "C" BS_MONO_EXPORT const char* getPluginName()
- {
- static const char* pluginName = "BansheeMono";
- return pluginName;
- }
- }
|