![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include <ostream>
#include <utility>
#include <memory>
#include <boost/intrusive_ptr.hpp>
#include "DecompilerException.h"
#include "Graph.h"
#include "LuaLanguage.h"
#include "Value.h"
Go to the source code of this file.
Classes | |
class | CodeGenerator |
Base class for code generators. More... | |
Enumerations | |
enum | ARGUMENT_ORDER { FIFO_ARGUMENT_ORDER , LIFO_ARGUMENT_ORDER } |
Different argument/operand orderings. More... | |
Variables | |
const int | INDENT_SPACES = 4 |
How many spaces to use for each indent. More... | |
enum ARGUMENT_ORDER |
const int INDENT_SPACES = 4 |
How many spaces to use for each indent.