blob: 310098a72f8af82abaa406701fbd8cf7cf6b9712 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#ifndef EAX_GLOBALS_INCLUDED
#define EAX_GLOBALS_INCLUDED
extern bool eax_g_is_enabled;
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[];
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
|