X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Frexit.h;h=4738844b8922984323cb2d284b81769242921e95;hb=550d22ec0c3f530f5d317746f3f7e75251a1de4b;hp=459fd29298294dc39ab59fce7a4de4b511684673;hpb=db346802082f53faf4d49f234c0ba2cf86221d1e;p=plomrogue diff --git a/src/rexit.h b/src/rexit.h index 459fd29..4738844 100644 --- a/src/rexit.h +++ b/src/rexit.h @@ -11,7 +11,6 @@ #include /* for uint8_t */ struct World; -struct Map; @@ -29,8 +28,7 @@ enum cleanup_flag CLEANUP_MAP_OBJECTS = 0x0020, CLEANUP_MAP_OBJECT_DEFS = 0x0040, CLEANUP_WIN_META = 0x0080, - CLEANUP_WINCONFS = 0x0100, - CLEANUP_WINS = 0x0200 + CLEANUP_WINCONFS = 0x0100 }; extern void set_cleanup_flag(enum cleanup_flag flag);