#include <cstring>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | GRARGS |
struct | D1D_SPA_DAT |
struct | D2D_SPA_DAT |
struct | GRAFARGS |
Defines | |
#define | BOOL int |
#define | FALSE 0 |
#define | TRUE 1 |
#define | Min(a, b) (((a)<(b))?((a)):((b))) |
#define | Max(a, b) (((a)>(b))?((a)):((b))) |
#define | max(a, b) Max((a),(b)) |
#define | min(a, b) Min((a),(b)) |
|
Definition at line 43 of file g_dat_types.h. |
|
Definition at line 46 of file g_dat_types.h. |
|
Definition at line 64 of file g_dat_types.h. |
|
Definition at line 60 of file g_dat_types.h. |
|
Definition at line 68 of file g_dat_types.h. |
|
Definition at line 56 of file g_dat_types.h. |
|
Definition at line 49 of file g_dat_types.h. |