home · contact · privacy
Commands are now to be managed by a Command DB, not by passing around arbitrary strings.
[plomrogue] / src / rexit.h
index f81d50f36354ba7d3c9c17fa32fe164c4853d163..fcb71559e11f3f1fc7fcfb6ca511640ec7b4690c 100644 (file)
@@ -24,7 +24,8 @@ enum cleanup_flag
     CLEANUP_NCURSES     = 0x01,
     CLEANUP_MAP         = 0x02,
     CLEANUP_KEYBINDINGS = 0x04,
-    CLEANUP_LOG         = 0x08
+    CLEANUP_LOG         = 0x08,
+    CLEANUP_COMMAND_DB  = 0x10
 };
 extern void set_cleanup_flag(enum cleanup_flag flag);