🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
548 B

  1. #include "config.h"
  2. #include "globals.h"
  3. bool eax_g_is_enabled = true;
  4. const char eax1_ext_name[] = "EAX";
  5. const char eax2_ext_name[] = "EAX2.0";
  6. const char eax3_ext_name[] = "EAX3.0";
  7. const char eax4_ext_name[] = "EAX4.0";
  8. const char eax5_ext_name[] = "EAX5.0";
  9. const char eax_x_ram_ext_name[] = "EAX-RAM";
  10. const char eax_eax_set_func_name[] = "EAXSet";
  11. const char eax_eax_get_func_name[] = "EAXGet";
  12. const char eax_eax_set_buffer_mode_func_name[] = "EAXSetBufferMode";
  13. const char eax_eax_get_buffer_mode_func_name[] = "EAXGetBufferMode";