mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-23 22:29:28 +00:00
6 lines
130 B
C
6 lines
130 B
C
#ifndef EAX_GLOBALS_INCLUDED
|
|
#define EAX_GLOBALS_INCLUDED
|
|
|
|
inline bool eax_g_is_enabled{true};
|
|
|
|
#endif /* EAX_GLOBALS_INCLUDED */
|