attempt to quiet some onefile complaints

This commit is contained in:
nhmall
2023-04-21 10:42:36 -04:00
parent 826ce951e7
commit b26ec2f677
4 changed files with 24 additions and 21 deletions

View File

@@ -11,6 +11,7 @@
#endif
#include "lint.h"
#include "color.h"
#include "align.h"
#include "dungeon.h"
#include "objclass.h"
@@ -23,7 +24,6 @@
#include "display.h"
#include "botl.h"
#include "color.h"
#include "context.h"
#include "dungeon.h"
#include "engrave.h"
@@ -561,6 +561,12 @@ typedef struct ls_t {
anything id; /* source's identifier */
} light_source;
struct menucoloring {
struct nhregex *match;
char *origstr;
int color, attr;
struct menucoloring *next;
};
enum movemodes {
MV_ANY = -1,