Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

globals.h File Reference

#include <volume_io.h>
#include <global_variables.h>

Include dependency graph for globals.h:

Include dependency graph

Go to the source code of this file.

Defines

#define START_GLOBALS
#define END_GLOBALS
#define DEF_GLOBAL(variable, type, initial)   extern type variable;
#define DEF_GLOBAL3(variable, type, i1, i2, i3)   DEF_GLOBAL( variable, type, i1 )
#define DEF_GLOBAL5(variable, type, i1, i2, i3, i4, i5)   DEF_GLOBAL( variable, type, i1 )
#define DEF_GLOBAL_COLOUR(variable)   extern Colour variable;


Define Documentation

#define DEF_GLOBAL variable,
type,
initial   )     extern type variable;
 

Definition at line 89 of file globals.h.

#define DEF_GLOBAL3 variable,
type,
i1,
i2,
i3   )     DEF_GLOBAL( variable, type, i1 )
 

Definition at line 92 of file globals.h.

#define DEF_GLOBAL5 variable,
type,
i1,
i2,
i3,
i4,
i5   )     DEF_GLOBAL( variable, type, i1 )
 

Definition at line 95 of file globals.h.

#define DEF_GLOBAL_COLOUR variable   )     extern Colour variable;
 

Definition at line 98 of file globals.h.

#define END_GLOBALS
 

Definition at line 87 of file globals.h.

#define START_GLOBALS
 

Definition at line 86 of file globals.h.


Generated on Wed Jul 28 09:11:05 2004 for BICPL by doxygen 1.3.7