usbloadergx/source/main.h

16 lines
310 B
C
Raw Normal View History

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