ghostscope 0.1.1

Command-line entrypoint that drives GhostScope compiler, loader, and UI end-to-end.
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