1#ifndef CINTERFACE_H 2#define CINTERFACE_H 3 4// these are all documented on the C# side 5 6#define GBEXPORT extern "C" __declspec(dllexport) 7 8#endif 9 10