Import code from my Subversion repository
[black_box_cellml.git] / sources / BlaBoC / BlaBoCBootstrap.hpp
blobe574240185d9154b56c0ed61aefd1a80fb0301a2
1 #include "cda_compiler_support.h"
2 #ifdef IN_BLABOC_MODULE
3 #define BLABOC_PUBLIC_PRE CDA_EXPORT_PRE
4 #define BLABOC_PUBLIC_POST CDA_EXPORT_POST
5 #else
6 #define BLABOC_PUBLIC_PRE CDA_IMPORT_PRE
7 #define BLABOC_PUBLIC_POST CDA_IMPORT_POST
8 #endif
10 BLABOC_PUBLIC_PRE
11 iface::blaboc_api::BlaBoCBootstrap* createBlaBoCBootstrap()
12 BLABOC_PUBLIC_POST;