diff options
Diffstat (limited to 'al/eax_globals.h')
-rw-r--r-- | al/eax_globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/al/eax_globals.h b/al/eax_globals.h index dd2434ed..a3cecfe2 100644 --- a/al/eax_globals.h +++ b/al/eax_globals.h @@ -5,7 +5,8 @@ extern bool eax_g_is_enabled; -extern const char* eax_v2_0_ext_name; +extern const char* eax_v2_0_ext_name_1; +extern const char* eax_v2_0_ext_name_2; extern const char* eax_v3_0_ext_name; extern const char* eax_v4_0_ext_name; extern const char* eax_v5_0_ext_name; |