diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-27 18:15:15 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-27 18:15:15 -0400 |
| commit | 52d5807b5bf1d04342db95383566de4580cf50b2 (patch) | |
| tree | 2e5cc33e6093157f85d96bbe2d79e73d89f86fbd /location.h | |
| parent | 13de79618011892d1ad7c100c7a8b62ce412ff7f (diff) | |
| download | wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.zip wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.gz wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.bz2 wargames-server-52d5807b5bf1d04342db95383566de4580cf50b2.tar.xz | |
Added missing includes
Diffstat (limited to 'location.h')
| -rw-r--r-- | location.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -/* provide the GTNW with some geographical data to draw the missiles */ +#include <stdbool.h> +/* provide the GTNW with some geographical data to draw the missiles with */ enum player_t { USA=1, USSR }; struct location_t { const char* name; |