mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-03 18:15:06 +01:00
19 lines
366 B
C
19 lines
366 B
C
/****************************************************************************
|
|
* libwiigui Template
|
|
* Tantric 2009
|
|
*
|
|
* demo.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _MAIN_H_
|
|
#define _MAIN_H_
|
|
|
|
#include "FreeTypeGX.h"
|
|
|
|
extern struct SSettings Settings;
|
|
|
|
void DefaultSettings();
|
|
extern FreeTypeGX *fontSystem;
|
|
|
|
#endif
|