source: trunk/dll/menu.h@ 551

Last change on this file since 551 was 551, checked in by Gregg Young, 19 years ago

Indentation cleanup

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 186 bytes
Line 
1typedef struct MENU
2{
3 USHORT size;
4 USHORT cmd;
5 USHORT type;
6 USHORT dummy;
7 CHAR *text;
8 struct MENU *next;
9}
10MENU;
11
12#define ACTION 0
13#define SUBMENU 1
14#define SEPARATOR 2
Note: See TracBrowser for help on using the repository browser.