diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 20:44:05 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 20:44:05 +0100 |
| commit | 6ef4011ecfdf58726c76a60e858dc8e53d1ba5a8 (patch) | |
| tree | 1ea72df722f212ce41dea248bcc52cd10f279f5d /src/player.h | |
| parent | f53ac238c3a7318e50dc7183630762a6aa23e4b4 (diff) | |
Implemented current state window.
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h new file mode 100644 index 0000000..8b9059f --- /dev/null +++ b/src/player.h @@ -0,0 +1,6 @@ +#ifndef OXEN_PLAYER_H +#define OXEN_PLAYER_H + +#define MAX_PLAYER_NAME_LENGTH 10 + +#endif // OXEN_PLAYER_H |
