![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include <set>
#include <string>
#include <vector>
#include "Function.h"
#include "Graph.h"
#include "CodeGenerator.h"
#include "Disassembler.h"
Go to the source code of this file.
Classes | |
class | Engine |
Base class for engines. More... | |
Typedefs | |
typedef std::map< uint32, Function > | FuncMap |
Type representing a map of functions, indexed by starting address. More... | |