NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
_tle Struct Reference

Description

Definition at line 320 of file gki.h.

Public Attributes

struct _tlep_next
 
struct _tlep_prev
 
TIMER_CBACK * p_cback
 
INT32 ticks
 
UINT32 param
 
UINT16 event
 
UINT8 in_use
 

Member Data Documentation

◆ p_next

struct _tle* _tle::p_next

Definition at line 322 of file gki.h.

◆ p_prev

struct _tle* _tle::p_prev

Definition at line 323 of file gki.h.

◆ p_cback

TIMER_CBACK* _tle::p_cback

Definition at line 324 of file gki.h.

◆ ticks

INT32 _tle::ticks

Definition at line 325 of file gki.h.

◆ param

UINT32 _tle::param

Definition at line 326 of file gki.h.

◆ event

UINT16 _tle::event

Definition at line 327 of file gki.h.

◆ in_use

UINT8 _tle::in_use

Definition at line 328 of file gki.h.