Mercurial > hg > early-roguelike
comparison xrogue/pack.c @ 135:ce0cf824c192
xrogue: add missing includes.
This prevents some warnings.
| author | John "Elwin" Edwards |
|---|---|
| date | Tue, 21 Apr 2015 10:34:01 -0400 |
| parents | e6179860cb76 |
| children | cadff8f047a1 |
comparison
equal
deleted
inserted
replaced
| 134:cfa9d1609b78 | 135:ce0cf824c192 |
|---|---|
| 16 See the file LICENSE.TXT for full copyright and licensing information. | 16 See the file LICENSE.TXT for full copyright and licensing information. |
| 17 */ | 17 */ |
| 18 | 18 |
| 19 #include <curses.h> | 19 #include <curses.h> |
| 20 #include <ctype.h> | 20 #include <ctype.h> |
| 21 #include <string.h> | |
| 21 #include "rogue.h" | 22 #include "rogue.h" |
| 22 | 23 |
| 23 /* | 24 /* |
| 24 * add_pack: | 25 * add_pack: |
| 25 * Pick up an object and add it to the pack. If the argument is non-null | 26 * Pick up an object and add it to the pack. If the argument is non-null |
