Mercurial > hg > early-roguelike
comparison srogue/state.c @ 60:3aa87373c908
srogue: include missing headers.
author | elwin |
---|---|
date | Fri, 27 Jan 2012 17:29:30 +0000 |
parents | 2128c7dc8a40 |
children | 09db0cf536af |
comparison
equal
deleted
inserted
replaced
59:bb9f7d01e09c | 60:3aa87373c908 |
---|---|
60 | 60 |
61 #include <curses.h> | 61 #include <curses.h> |
62 #include <sys/stat.h> | 62 #include <sys/stat.h> |
63 #include <stdio.h> | 63 #include <stdio.h> |
64 #include <stdlib.h> | 64 #include <stdlib.h> |
65 #include <string.h> | |
65 #include <assert.h> | 66 #include <assert.h> |
66 #include "rogue.h" | 67 #include "rogue.h" |
67 #include "rogue.ext" | 68 #include "rogue.ext" |
68 | 69 |
69 #define READSTAT ((format_error == 0) && (read_error == 0)) | 70 #define READSTAT ((format_error == 0) && (read_error == 0)) |