Add project files.

This commit is contained in:
2022-03-05 12:44:06 +02:00
parent 453a74459f
commit f4f90b2533
517 changed files with 195610 additions and 0 deletions

19
game/src/ani.h Normal file
View 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_ */