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