aboutsummaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
new file mode 100644
index 0000000..a030d50
--- /dev/null
+++ b/src/data.h
@@ -0,0 +1,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