#ifndef DATA_H #define DATA_H #include "login.h" int try_load_plr(char *player_name, playerc_t *conn); int try_write_plr(player_t *plr); #endif