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