1 2 3 4 5 6 7 8 9 10
#ifndef GLOBALS_PROGRAM_H #define GLOBALS_PROGRAM_H #include "globals_shared.h" // Expose the executable's global state extern GlobalState G_STATE; #endif // GLOBALS_PROGRAM_H