2020-09-30 17:12:32 +02:00

14 lines
225 B
C

#include "resource.h"
typedef struct
{
int idCommand;
int iImage;
int idButtonString;
int idMenuString;
BYTE bState;
BYTE bStyle;
}MYTOOLINFO, *LPMYTOOLINFO;
extern MYTOOLINFO g_Buttons[];