usbloadergx/source/main.h
dimok321 3c6bf6523b Optimization Changes Part 1:
*Lots of changes in the TextDrawing stuff and FreeTypeGX to speed up the drawing
*Mostly optimization work which is not completely done yet, but mainly it is.
*You might not want to update to this revision right away there still might be bugs which are needed to be fixed. This is a version for everyone to test and report bugs caused by the changes.
*Vanishing WiiMotePointer should be fixed for the Settings/GameSettings probably (though it might still occur i am not sure if i didn't forget anything, there is just too much to change :P.
2009-10-17 20:48:52 +00:00

16 lines
310 B
C

/****************************************************************************
* libwiigui Template
* Tantric 2009
*
* demo.h
***************************************************************************/
#ifndef _MAIN_H_
#define _MAIN_H_
extern struct SSettings Settings;
void DefaultSettings();
#endif