aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax_globals.h')
-rw-r--r--al/eax_globals.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/al/eax_globals.h b/al/eax_globals.h
new file mode 100644
index 00000000..dd2434ed
--- /dev/null
+++ b/al/eax_globals.h
@@ -0,0 +1,22 @@
+#ifndef EAX_GLOBALS_INCLUDED
+#define EAX_GLOBALS_INCLUDED
+
+
+extern bool eax_g_is_enabled;
+
+
+extern const char* eax_v2_0_ext_name;
+extern const char* eax_v3_0_ext_name;
+extern const char* eax_v4_0_ext_name;
+extern const char* eax_v5_0_ext_name;
+
+extern const char* eax_x_ram_ext_name;
+
+extern const char* eax_eax_set_func_name;
+extern const char* eax_eax_get_func_name;
+
+extern const char* eax_eax_set_buffer_mode_func_name;
+extern const char* eax_eax_get_buffer_mode_func_name;
+
+
+#endif // !EAX_GLOBALS_INCLUDED