16 lines
321 B
C
16 lines
321 B
C
#ifndef INCLUDED_WINSTYLE_H
|
|||
|
|
#define INCLUDED_WINSTYLE_H
|
||
|
|
|
||
|
|
#define CM_ARRANGE 1
|
||
|
|
#define CM_WHISTLE 2
|
||
|
|
#define CM_EXIT 3
|
||
|
|
#define CM_HELP 4
|
||
|
|
#define CM_BLUE 101
|
||
|
|
#define CM_RED 102
|
||
|
|
#define CM_GREEN 103
|
||
|
|
#define CM_SPECIAL1 104
|
||
|
|
#define CM_SPECIAL2 105
|
||
|
|
#define CM_SPECIAL3 106
|
||
|
|
|
||
|
|
#endif /*INCLUDED_WINSTYLE_H*/
|