dolphin header improvements
This commit is contained in:
parent
b44fb658a1
commit
38fc86d571
5 changed files with 7 additions and 5 deletions
11
include/dolphin/demoPriv.h
Normal file
11
include/dolphin/demoPriv.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef _DOLPHIN_DEMOPRIV
|
||||
#define _DOLPHIN_DEMOPRIV
|
||||
|
||||
#include <dolphin/demo.h>
|
||||
|
||||
extern struct STRUCT_DEMOWIN * __first_node;
|
||||
extern struct STRUCT_DEMOWIN * __last_node;
|
||||
extern struct STRUCT_DEMOWIN * __curr_node;
|
||||
extern struct _GXRenderModeObj * __rmp;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue