aboutsummaryrefslogblamecommitdiff
path: root/src/data.h
blob: a030d50f229ea03b192ed52400e96770777b7495 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                     
#ifndef DATA_H
#define DATA_H

#include "login.h"
int try_load_file(char *player_name);

int try_write_file(player_t *plr);

#endif