CARB_EVENTS_DEPRECATED_1_5#

Defined in carb/events/IEvents.h

CARB_EVENTS_DEPRECATED_1_5(msg)#

Marks a function or type as deprecated with a custom message for the error module.

Note

This macro is controlled by CARB_EVENTS_DEPRECATIONS and is only active for version 1.5+.

Parameters:
  • msg – The deprecation message to display when the deprecated item is used.