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

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

Description

A doubly-linked list node. See List.

Definition at line 9 of file list.hpp.

Public Attributes

void * mpPrev
 The previous linked object.
 
void * mpNext
 The next linked object.
 

Member Data Documentation

◆ mpPrev

void* nw4r::ut::Link::mpPrev

The previous linked object.

Definition at line 10 of file list.hpp.

◆ mpNext

void* nw4r::ut::Link::mpNext

The next linked object.

Definition at line 11 of file list.hpp.