#ifndef __SELECT_H__ #define __SELECT_H__ void select_player_next(int *p); void select_player_prev(int *p); #endif