forked from metin2/server
Add project files.
This commit is contained in:
19
game/src/ani.h
Normal file
19
game/src/ani.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*********************************************************************
|
||||
* 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_ */
|
||||
|
||||
|
Reference in New Issue
Block a user