g_needToCall_CARB_GLOBALS_atGlobalScope

Defined in carb/Framework.h

bool g_needToCall_CARB_GLOBALS_atGlobalScope

Global symbol to enforce the use of CARB_GLOBALS() in Carbonite modules. Do not modify or use this value.

If there is an unresolved symbol linker error about this symbol (build time or run time), it means that the CARB_GLOBALS() macro was not called at the global scope in the module. This exists to ensure that all the global symbols related to each Carbonite module have been properly defined and initialized.