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