Mercurial > hg > early-roguelike
comparison arogue7/state.c @ 126:b786053d2f37
arogue7: add missing header includes.
author | John "Elwin" Edwards |
---|---|
date | Fri, 08 May 2015 16:45:41 -0400 |
parents | adfa37e67084 |
children | 1af259ac4ed2 |
comparison
equal
deleted
inserted
replaced
125:adfa37e67084 | 126:b786053d2f37 |
---|---|
59 #define RSID_ROOMS 0XABCD0018 | 59 #define RSID_ROOMS 0XABCD0018 |
60 | 60 |
61 #include <curses.h> | 61 #include <curses.h> |
62 #include <stdio.h> | 62 #include <stdio.h> |
63 #include <stdlib.h> | 63 #include <stdlib.h> |
64 #include <string.h> | |
64 #include "rogue.h" | 65 #include "rogue.h" |
65 | 66 |
66 #define READSTAT (format_error || read_error ) | 67 #define READSTAT (format_error || read_error ) |
67 #define WRITESTAT (write_error) | 68 #define WRITESTAT (write_error) |
68 | 69 |