2009-05-03 18:53:31 +00:00
|
|
|
/****************************************************************************
|
|
|
|
* libwiigui Template
|
|
|
|
* Tantric 2009
|
|
|
|
*
|
|
|
|
* demo.h
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _MAIN_H_
|
|
|
|
#define _MAIN_H_
|
|
|
|
|
2009-10-19 20:34:54 +00:00
|
|
|
#include "FreeTypeGX.h"
|
|
|
|
|
2009-05-23 22:23:24 +00:00
|
|
|
void DefaultSettings();
|
2009-10-19 20:34:54 +00:00
|
|
|
extern FreeTypeGX *fontSystem;
|
2009-05-03 18:53:31 +00:00
|
|
|
|
|
|
|
#endif
|