00001 #ifndef BATTLE_PROCESS_H 00002 #define BATTLE_PROCESS_H 00003 #include "global.h" 00004 00005 int battle_process(Game_variables variables, Player_variables * player_array,int time); 00006 00007 #endif // BATTLE_PROCESS_H