Files
m2dev-server-src/src/game/ani.h
d1str4ught 4e679320a3 base init
2025-08-18 00:36:52 +02:00

20 lines
363 B
C

/*********************************************************************
* date : 2007.11.16
* file : ani.h
* author : mhh
* description :
*/
#ifndef _ani_h_
#define _ani_h_
void ani_init();
DWORD ani_attack_speed(LPCHARACTER ch);
void ani_print_attack_speed();
DWORD ani_combo_speed(LPCHARACTER ch, BYTE combo);
#endif /* _ani_h_ */