Initial commit
[cgperf.git] / globals.h
blob0e9eb2b35a227500f1457e9ea4c4c0a2765f69e8
1 #ifndef CGPERF_GLOBALS_H
2 #define CGPERF_GLOBALS_H
3 #include "options.h"
4 /*----------------------------------------------------------------------------*/
5 #include "namespace/globals.h"
6 #include "namespace/options.h"
7 /*----------------------------------------------------------------------------*/
8 static struct Options *options;
9 /*----------------------------------------------------------------------------*/
10 #define EPILOG
11 #include "namespace/globals.h"
12 #include "namespace/options.h"
13 #undef EPILOG
14 /*----------------------------------------------------------------------------*/
15 #endif