![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
An extension of a graph node that includes a function pointer. More...
#include <graph_node.h>
Data Fields | |
struct GraphNode | node |
GraphNodeFunc | func |
An extension of a graph node that includes a function pointer.
Many graph node types have an update function that gets called when they are processed.
GraphNodeFunc FnGraphNode::func |