NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::ut::Link Struct Reference

#include <lib/nw4r/ut/list.h>

Description

A doubly-linked list node. See List.

Definition at line 9 of file list.h.

Public Attributes

void * prevObject
 The previous linked object.
 
void * nextObject
 The next linked object.
 

Member Data Documentation

◆ prevObject

void* nw4r::ut::Link::prevObject

The previous linked object.

Definition at line 10 of file list.h.

◆ nextObject

void* nw4r::ut::Link::nextObject

The next linked object.

Definition at line 11 of file list.h.