Torque3D/Engine/lib/openal-soft/al/eax/globals.h
2024-06-30 14:35:57 -05:00

6 lines
130 B
C

#ifndef EAX_GLOBALS_INCLUDED
#define EAX_GLOBALS_INCLUDED
inline bool eax_g_is_enabled{true};
#endif /* EAX_GLOBALS_INCLUDED */