Files
megasource/libs/openal-soft/al/eax/globals.h
T
2024-03-20 11:06:03 +08:00

7 lines
130 B
C

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