24 #include <co/version.h>
25 #include <lunchbox/log.h>
30 CO_API
bool _init(
const int argc,
char** argv );
42 inline bool init(
const int argc,
char** argv )
45 return co::_init( argc, argv );
47 <<
" not binary compatible with application v" << CO_VERSION_ABI
Defines export visibility macros for Collage.
CO_API bool exit()
De-initialize the Collage network library.
bool init(const int argc, char **argv)
Initialize the Collage network library.