Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
__demo.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_DEMO_INTERNAL_H_
2#define _DOLPHIN_DEMO_INTERNAL_H_
3
4#include <dolphin/demo.h>
5
6extern struct STRUCT_DEMOWIN * __first_node;
7extern struct STRUCT_DEMOWIN * __last_node;
8extern struct STRUCT_DEMOWIN * __curr_node;
9extern struct _GXRenderModeObj * __rmp;
10
11#endif // _DOLPHIN_DEMO_INTERNAL_H_
struct STRUCT_DEMOWIN * __first_node
Definition DEMOWin.c:9
struct _GXRenderModeObj * __rmp
Definition DEMOWin.c:12
struct STRUCT_DEMOWIN * __last_node
Definition DEMOWin.c:10
struct STRUCT_DEMOWIN * __curr_node
Definition DEMOWin.c:11
Definition DEMOWin.h:30
Definition GXStruct.h:11