Checking in miniswig: It's a flex/bison based parser that is able to parse
[supertux.git] / tools / miniswig / globals.h
1 #ifndef __GLOBALS_H__
2 #define __GLOBALS_H__
3
4 #include "tree.h"
5 #include <iostream>
6
7 extern CompilationUnit* unit;
8 extern std::istream* input;
9 extern std::string inputfile;
10 extern std::string modulename;
11
12 #endif
13