18 #ifndef LUNCHBOX_INIT_H
19 #define LUNCHBOX_INIT_H
35 LUNCHBOX_API
bool init(
const int argc,
char** argv );
43 LUNCHBOX_API
bool exit();
45 #endif // LUNCHBOX_INIT_H
LUNCHBOX_API bool init(const int argc, char **argv)
Initialize the Lunchbox base classes.
Defines export visibility macros for library Lunchbox.
LUNCHBOX_API bool exit()
De-initialize the Lunchbox base classes.
Abstraction layer and common utilities for multi-threaded programming.