chuyiwen_gmsv/include/battle_ai.h

11 lines
261 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __BATTLE_AI_H__
#define __BATTLE_AI_H__
2017-01-13 23:37:03 +08:00
/* 曰轼 */
2016-12-24 08:45:52 +08:00
int BATTLE_ai_all( int battleindex, int side, int turn);
int BATTLE_ai_one( int charaindex, int battleindex, int side, int turn);
#ifdef _ENEMY_ATTACK_AI
int GetSubdueAtt(int index);
#endif
#endif