#ifndef _GUI_SCREENSAVER_H_
	#define _GUI_SCREENSAVER_H_

extern unsigned int gui_id;

void CreateSSGUI(void);
void CloseSSGUI(void);

#endif
