#ifndef _GUI_H_ #define _GUI_H_ void CreateOpenGUI(void); void CloseGUI(void); #endif