Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/libgambatte/src/cinterface.h
2 views
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