mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
17 lines
331 B
C
17 lines
331 B
C
/****************************************************************************
|
|
* libwiigui Template
|
|
* Tantric 2009
|
|
*
|
|
* demo.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _MAIN_H_
|
|
#define _MAIN_H_
|
|
|
|
#include "FreeTypeGX.h"
|
|
|
|
void DefaultSettings();
|
|
extern FreeTypeGX *fontSystem;
|
|
|
|
#endif
|