(s_char): Remove. Use signed char for small integers, plain char for
characters.
This commit is contained in:
parent
0a3a73cf3d
commit
0c8c169f88
41 changed files with 86 additions and 100 deletions
|
@ -35,7 +35,7 @@
|
|||
#define COMMON_H
|
||||
|
||||
#include <stdio.h> /* FILE */
|
||||
#include "misc.h" /* s_char coord natid */
|
||||
#include "misc.h"
|
||||
#include "sect.h" /* struct sctstr */
|
||||
#include "ship.h" /* struct shpstr */
|
||||
#include "land.h" /* struct lndstr */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue