|
Spellforce-Spell-framework
|
#include "sf_wrappers.h"#include "sf_ui_wrappers.h"#include "sf_modloader.h"#include "sf_hooks.h"#include "../handlers/sf_spelltype_handlers.h"#include "../registry/spell_data_registries/sf_spelltype_registry.h"#include "../registry/sf_mod_registry.h"#include "hooks/sf_refresh_hook.h"#include "hooks/sf_endspell_hook.h"#include "hooks/sf_menu_hook.h"#include "hooks/sf_spelleffect_hook.h"#include "hooks/sf_damage_hook.h"#include "hooks/sf_spelltype_hook.h"#include "hooks/sf_console_hook.h"#include "hooks/sf_onhit_hook.h"#include "hooks/sf_ai_hook.h"#include "hooks/sf_utility_hooks.h"#include "hooks/sf_vanilla_fix_hook.h"#include "hooks/sf_building_done_hook.h"#include "hooks/sf_building_entry_hook.h"#include "hooks/sf_worker_logic_hook.h"#include "hooks/sf_enchant_hook.h"#include "hooks/sf_campaign_hook.h"#include "hooks/sf_effect_hook.h"#include <stdint.h>#include <stdlib.h>#include <stdio.h>#include <string.h>
Go to the source code of this file.
Functions | |
| void | initialize_data_hooks () |
| Used to initialize all disparate hooks in one place. | |
| void | initialize_beta_hooks () |