V-Gears 0
Free Final Fantasy VII engine.
Engine.h File Reference
#include <set>
#include <string>
#include <vector>
#include "Function.h"
#include "Graph.h"
#include "CodeGenerator.h"
#include "Disassembler.h"
Include dependency graph for Engine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Engine
 Base class for engines. More...
 

Typedefs

typedef std::map< uint32, FunctionFuncMap
 Type representing a map of functions, indexed by starting address. More...
 

Typedef Documentation

◆ FuncMap

typedef std::map<uint32, Function> FuncMap

Type representing a map of functions, indexed by starting address.