// things that are shared amongst system.c, fe.c and tails.c #define DEPTH 4 /* menus */ #define MN_PROJECT 0 #define MN_EDIT 1 #define MN_SETTINGS 2 #define MN_HELP 3 #define IN_NEW 0 #define IN_OPEN 1 #define IN_REVERT 2 #define IN_SAVE 4 #define IN_SAVEAS 5 #define IN_PROJECTDELETE 7 #define IN_QUIT 9 #define IN_CUT 0 #define IN_COPY 1 #define IN_PASTE 2 #define IN_ERASE 4 #define IN_EDITDELETE 5 #define IN_INSERT 6 #define IN_APPEND 7 #define IN_ANIMATIONS 0 #define IN_CREATEICONS 1 #define IN_THICKTAILS 2 #define IN_CREATURES 0 #define IN_OBJECTS 1 #define IN_MANUAL 3 #define IN_ABOUT 5