00001 #ifndef LOAD_CHARACTERS_H 00002 #define LOAD_CHARACTERS_H 00003 00004 #include "global.h" 00005 00006 int load_character(Player_variables * player_array,int player); 00007 00008 #endif // LOAD_CHARACTERS_H