00001 #ifndef SELECT_PROCESS_H 00002 #define SELECT_PROCESS_H 00003 00004 #include "global.h" 00005 00006 int select_process(Game_variables variables, Player_variables * player_array, int time); 00007 BITMAP * make_faces_screen(Game_variables variables, Player_variables * player_array); 00008 int make_lists(Game_variables variables, Player_variables * player_array); 00009 00010 #endif //SELECT_PROCESS_H;