SSBM Decomp
Loading...
Searching...
No Matches
__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:10
struct _GXRenderModeObj * __rmp
Definition DEMOWin.c:13
struct STRUCT_DEMOWIN * __last_node
Definition DEMOWin.c:11
struct STRUCT_DEMOWIN * __curr_node
Definition DEMOWin.c:12
Definition DEMOWin.h:15