mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
7 lines
130 B
C
7 lines
130 B
C
#ifndef EAX_GLOBALS_INCLUDED
|
|
#define EAX_GLOBALS_INCLUDED
|
|
|
|
inline bool eax_g_is_enabled{true};
|
|
|
|
#endif /* EAX_GLOBALS_INCLUDED */
|