9#pragma warning(disable:4251)
12#pragma warning(disable:4334)
16 #include <emscripten/emscripten.h>
23 #define COGSCORE_DLL_API __declspec(dllexport)
28 #define COGSCORE_DLL_API __declspec(dllimport)
34 #undef COGSCORE_DLL_API
37#if !defined( COGSCORE_DLL_API )
38 #define COGSCORE_DLL_API
42#include "Bridge/BridgeApi.h"