GME  13
Defines
GmePrintDialog.cpp File Reference

Go to the source code of this file.

Defines

#define MAX_PRNPAGE   5
#define x_min(x, y)   ((x<y)? (x): (y))
#define x_max(x, y)   ((x>y)? (x): (y))
#define THIRDINCH   84

Define Documentation

#define MAX_PRNPAGE   5

Definition at line 21 of file GmePrintDialog.cpp.

#define THIRDINCH   84

Definition at line 163 of file GmePrintDialog.cpp.

#define x_max (   x,
 
)    ((x>y)? (x): (y))

Definition at line 162 of file GmePrintDialog.cpp.

#define x_min (   x,
 
)    ((x<y)? (x): (y))

Definition at line 161 of file GmePrintDialog.cpp.