00001 #ifndef KEYCONFIG_H 00002 #define KEYCONFIG_H 00003 00004 #include "global_add.h" 00005 00006 int keyconfig_process(Game_variables variables, Player_variables * player_array, int time); 00007 00008 #endif // KEYCONFIG_H