globals.h 130 B

123456
  1. #ifndef EAX_GLOBALS_INCLUDED
  2. #define EAX_GLOBALS_INCLUDED
  3. inline bool eax_g_is_enabled{true};
  4. #endif /* EAX_GLOBALS_INCLUDED */