home *** CD-ROM | disk | FTP | other *** search
- // menus.h
-
- #ifndef __MENUS_H
- #define __MENUS_H
-
- // Command menu identifiers not defined in OWLDEFS.H
- #define CM_FILESAVEALL 1
- #define CM_DOSSHELL 2
- #define CM_SHOWCLIPBOARD 11
- #define CM_GOTOLINENUMBER 21
- #define CM_SAVESTATE 31
- #define CM_RESTORESTATE 32
- #define CM_ABOUT 41
- #define VK_L "L"
- #define MAINMENUPOS 3
- #define INITMENUPOS 2
-
- #endif // ifdef __MENUS_H
-