Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_damage_hook.h
Go to the documentation of this file.
1#ifndef SF_DAMAGE_HOOK_H
2#define SF_DAMAGE_HOOK_H
3
4#include "../../../api/sfsf.h"
6
7extern uint32_t g_damage_return_addr;
8void __declspec(naked) sf_damage_hook();
9
10#endif
uint32_t g_damage_return_addr
void sf_damage_hook()
Hook function for damage handling in the game. This function intercepts the call to deal damage and r...