gimp/plug-ins/imagemap/imap_cern_parse.h
Sven Neumann d9ab679079 Added Imagemap plug-in.
--Sven
1999-09-07 00:03:20 +00:00

19 lines
306 B
C

typedef union {
int val;
double value;
char id[256];
} YYSTYPE;
#define RECTANGLE 258
#define POLYGON 259
#define CIRCLE 260
#define DEFAULT 261
#define AUTHOR 262
#define DESCRIPTION 263
#define BEGIN_COMMENT 264
#define FLOAT 265
#define COMMENT 266
#define LINK 267
extern YYSTYPE cern_lval;