#include "script_component.hpp" ADDON = false; PREP(add_new_gun); PREP(calculate_range_card); PREP(calculate_solution); PREP(calculate_target_range_assist); PREP(calculate_target_solution); PREP(calculate_target_speed_assist); PREP(can_show); PREP(change_gun); PREP(change_target_slot); PREP(clear_user_data); PREP(create_dialog); PREP(cycle_gun_list); PREP(cycle_image_size_units); PREP(cycle_num_ticks_units); PREP(cycle_range_card_columns); PREP(cycle_scope_unit); PREP(cycle_target_size_units); PREP(cycle_target_speed_direction); PREP(delete_gun); PREP(init); PREP(parse_input); PREP(reset_relative_click_memory); PREP(restore_atmo_default); PREP(restore_user_data); PREP(save_gun); PREP(show_add_new_gun); PREP(show_atmo_env_data); PREP(show_gun_ammo_data); PREP(show_gun_list); PREP(show_main_page); PREP(show_range_card); PREP(show_range_card_setup); PREP(show_solution_setup); PREP(show_target_data); PREP(show_target_range_assist); PREP(show_target_speed_assist); PREP(show_target_speed_assist_timer); PREP(sord); PREP(store_user_data); PREP(target_speed_assist_timer); PREP(toggle_atmo_env_data); PREP(toggle_gun_ammo_data); PREP(toggle_gun_list); PREP(toggle_range_card); PREP(toggle_range_card_setup); PREP(toggle_solution_setup); PREP(toggle_target_data); PREP(toggle_target_range_assist); PREP(toggle_target_speed_assist); PREP(update_atmosphere); PREP(update_atmo_env_data); PREP(update_atmo_selection); PREP(update_gun); PREP(update_gun_ammo_data); PREP(update_inclination_angle); PREP(update_range_card); PREP(update_relative_click_memory); PREP(update_result); PREP(update_scope_unit); PREP(update_solution_setup); PREP(update_target); PREP(update_target_data); PREP(update_target_selection); PREP(update_unit_selection); PREP(update_zero_range); PREP(on_close_dialog); ADDON = true;