A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Abstract::Memory::MEMLink Struct Reference

#include <List.hh>

Description

Link of an instrusive doubly-linked list.

Definition at line 8 of file List.hh.

Public Attributes

void * m_prevObject
 
void * m_nextObject
 

Member Data Documentation

◆ m_nextObject

void* Abstract::Memory::MEMLink::m_nextObject

Definition at line 10 of file List.hh.

◆ m_prevObject

void* Abstract::Memory::MEMLink::m_prevObject

Definition at line 9 of file List.hh.