11 lines
259 B
C
11 lines
259 B
C
![]() |
#ifndef __BATTLE_AI_H__
|
|||
|
#define __BATTLE_AI_H__
|
|||
|
|
|||
|
/* Ի<><D4BB> */
|
|||
|
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
|