|
int | AGS3::Globals::_errnum = 0 |
|
int * | AGS3::Globals::_allegro_errno = &_errnum |
|
int | AGS3::Globals::__color_depth = 0 |
|
int | AGS3::Globals::__rgb_r_shift_15 = DEFAULT_RGB_R_SHIFT_15 |
|
int | AGS3::Globals::__rgb_g_shift_15 = DEFAULT_RGB_G_SHIFT_15 |
|
int | AGS3::Globals::__rgb_b_shift_15 = DEFAULT_RGB_B_SHIFT_15 |
|
int | AGS3::Globals::__rgb_r_shift_16 = DEFAULT_RGB_R_SHIFT_16 |
|
int | AGS3::Globals::__rgb_g_shift_16 = DEFAULT_RGB_G_SHIFT_16 |
|
int | AGS3::Globals::__rgb_b_shift_16 = DEFAULT_RGB_B_SHIFT_16 |
|
int | AGS3::Globals::__rgb_r_shift_24 = DEFAULT_RGB_R_SHIFT_24 |
|
int | AGS3::Globals::__rgb_g_shift_24 = DEFAULT_RGB_G_SHIFT_24 |
|
int | AGS3::Globals::__rgb_b_shift_24 = DEFAULT_RGB_B_SHIFT_24 |
|
int | AGS3::Globals::__rgb_r_shift_32 = DEFAULT_RGB_R_SHIFT_32 |
|
int | AGS3::Globals::__rgb_g_shift_32 = DEFAULT_RGB_G_SHIFT_32 |
|
int | AGS3::Globals::__rgb_b_shift_32 = DEFAULT_RGB_B_SHIFT_32 |
|
int | AGS3::Globals::__rgb_a_shift_32 = DEFAULT_RGB_A_SHIFT_32 |
|
RGB_MAP * | AGS3::Globals::_rgb_map = nullptr |
|
COLOR_MAP * | AGS3::Globals::_color_map = nullptr |
|
int | AGS3::Globals::_trans_blend_alpha = 0 |
|
int | AGS3::Globals::_trans_blend_red = 0 |
|
int | AGS3::Globals::_trans_blend_green = 0 |
|
int | AGS3::Globals::_trans_blend_blue = 0 |
|
BlenderMode | AGS3::Globals::__blender_mode = kRgbToRgbBlender |
|
uint | AGS3::Globals::_simd_flags = SIMD_NONE |
|
int | AGS3::Globals::_utype = U_UTF8 |
|
PALETTE | AGS3::Globals::_black_palette |
|
PALETTE | AGS3::Globals::_current_palette |
|
PALETTE | AGS3::Globals::_prev_current_palette |
|
volatile int | AGS3::Globals::_mouse_x = 0 |
|
volatile int | AGS3::Globals::_mouse_y = 0 |
|
volatile int | AGS3::Globals::_mouse_z = 0 |
|
volatile int | AGS3::Globals::_mouse_b = 0 |
|
volatile int | AGS3::Globals::_mouse_pos = 0 |
|
volatile int | AGS3::Globals::_sys_mouse_x = 0 |
|
volatile int | AGS3::Globals::_sys_mouse_y = 0 |
|
volatile int | AGS3::Globals::_sys_mouse_z = 0 |
|
volatile int | AGS3::Globals::_freeze_mouse_flag = 0 |
|
int | AGS3::Globals::_mouse_accum_relx = 0 |
|
int | AGS3::Globals::_mouse_accum_rely = 0 |
|
int | AGS3::Globals::_mouse_button_state = 0 |
|
int | AGS3::Globals::_mouse_accum_button_state = 0 |
|
uint32 | AGS3::Globals::_mouse_clear_at_time = 0 |
|
eAGSMouseButton | AGS3::Globals::_wasbutdown = kMouseNone |
|
int | AGS3::Globals::_wasongui = 0 |
|