#ifndef _INFO_H_
	#define _INFO_H_

#define INFO_GUI_TYPE_HELP  0x00
#define INFO_GUI_TYPE_ABOUT 0x01
	
void CreateInfoGUI(int type);
	
#endif