summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/player.h b/src/player.h
index aad8fcf..4540702 100644
--- a/src/player.h
+++ b/src/player.h
@@ -12,7 +12,4 @@ typedef struct
pnoc_t players[MAX_PLAYERS];
} player_list;
-player_list* create_playerlist(void);
-void cleanup_playerlist(player_list* pl);
-
#endif // OXEN_PLAYER_H