OMNI_MODULE_GLOBALS_WITHOUT_CARB

Defined in omni/core/Omni.h

OMNI_MODULE_GLOBALS_WITHOUT_CARB(name_, desc_)

Helper macro to declare globals needed by modules (i.e. plugins).

Use with OMNI_MODULE_SET_EXPORTS_WITHOUT_CARB().

This macro is like OMNI_MODULE_GLOBALS() but disables the interop between Carbonite interfaces and ONI. This macro is useful if you never plan on accessing Carbonite interfaces within your module.