summaryrefslogtreecommitdiff
path: root/support/lametex/src/Global.h
blob: a44c3c0a4c219843f77b12b9c79d4de43ea48a41 (plain)
1
2
3
4
5
6
7
8
9
#include "FileInput.h"
#include "Stack.h"
#include "Label.h"

struct Global {
    static FileInput *files;
    static Stack *stack;
    static Labels *labels;
};