mirror of
https://github.com/Brawl345/customizemii.git
synced 2024-11-14 20:35:12 +01:00
858dad3de9
CustomizeMii 1.2 Mono ForwardMii 1.0 libOGC for the built in Forwarder Creation
21 lines
503 B
C
21 lines
503 B
C
/****************************************************************************
|
|
* libwiigui Template
|
|
* Tantric 2009
|
|
*
|
|
* video.h
|
|
* Video routines
|
|
***************************************************************************/
|
|
|
|
#ifndef _VIDEO_H_
|
|
#define _VIDEO_H_
|
|
|
|
#include <ogcsys.h>
|
|
|
|
void InitVideo ();
|
|
void StopGX();
|
|
void ResetVideo_Menu();
|
|
void Menu_Render();
|
|
void Menu_DrawImg(f32 xpos, f32 ypos, f32 zpos, u16 width, u16 height, u8 data[], f32 degrees, f32 scaleX, f32 scaleY, u8 alphaF );
|
|
|
|
#endif
|