Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Data Fields
FnGraphNode Struct Reference

An extension of a graph node that includes a function pointer. More...

#include <graph_node.h>

Data Fields

struct GraphNode node
 
GraphNodeFunc func
 

Detailed Description

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.

Field Documentation

◆ func

GraphNodeFunc FnGraphNode::func

◆ node

struct GraphNode FnGraphNode::node

The documentation for this struct was generated from the following file: