Mercurial > hg > early-roguelike
comparison xrogue/misc.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 |
|---|---|
| 10 All rights reserved. | 10 All rights reserved. |
| 11 | 11 |
| 12 See the file LICENSE.TXT for full copyright and licensing information. | 12 See the file LICENSE.TXT for full copyright and licensing information. |
| 13 */ | 13 */ |
| 14 | 14 |
| 15 #include <stdlib.h> | |
| 15 #include <curses.h> | 16 #include <curses.h> |
| 16 #include <ctype.h> | 17 #include <ctype.h> |
| 18 #include <string.h> | |
| 17 #include "rogue.h" | 19 #include "rogue.h" |
| 18 | 20 |
| 19 /* | 21 /* |
| 20 * changeclass: | 22 * changeclass: |
| 21 * Change the player's class to the specified one. | 23 * Change the player's class to the specified one. |
