diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-16 02:45:20 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-16 02:45:20 +0100 |
| commit | 89c5e3062f1c7cca1e410e0cbd7eda1985db39e4 (patch) | |
| tree | 269aa34358927ca82e68cf2602710e5c6a0a0310 /src/player.h | |
| parent | 493b581dfa5a06134f524fe026a2fde5c4a83af5 (diff) | |
| parent | e291d69fa4d865da8c1d6ece46cb149d1cddb9d8 (diff) | |
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 1438aa0..e1311cd 100644 --- a/src/player.h +++ b/src/player.h @@ -12,4 +12,7 @@ typedef struct char* names[MAX_PLAYERS]; } player_list; +player_list* create_playerlist(void); +void cleanup_playerlist(player_list* pl); + #endif // OXEN_PLAYER_H |
