usbloadergx/source/video2.h
dimok321 a97cfd3431 *Fixed Estimation GameSize before Install BUG
*Some small fixes and MP3 Crash fix (STILL BUGGY WHILE PLAYING, DON'T USE IT)
2009-05-13 20:55:33 +00:00

26 lines
399 B
C

#ifndef _VIDEO2_H_
#define _VIDEO2_H_
#ifdef __cplusplus
extern "C"
{
#endif
/* Prototypes */
void Con_Init(u32, u32, u32, u32);
void Con_Clear(void);
void Con_ClearLine(void);
void Con_FgColor(u32, u8);
void Con_BgColor(u32, u8);
void Con_FillRow(u32, u32, u8);
void Video_Configure(GXRModeObj *);
void Video_SetMode(void);
void Video_Clear(s32);
#ifdef __cplusplus
}
#endif
#endif