#include <volume_io.h>
#include <global_variables.h>
Include dependency graph for globals.h:
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; |
|
|
|
|
|
|
|
|
|
|
|
|