summaryrefslogtreecommitdiff
path: root/support/lametex/src/Global.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/lametex/src/Global.h
Initial commit
Diffstat (limited to 'support/lametex/src/Global.h')
-rw-r--r--support/lametex/src/Global.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/lametex/src/Global.h b/support/lametex/src/Global.h
new file mode 100644
index 0000000000..a44c3c0a4c
--- /dev/null
+++ b/support/lametex/src/Global.h
@@ -0,0 +1,9 @@
+#include "FileInput.h"
+#include "Stack.h"
+#include "Label.h"
+
+struct Global {
+ static FileInput *files;
+ static Stack *stack;
+ static Labels *labels;
+};