#ifndef UPEM_MORPHING_GUI #define UPEM_MORPHING_GUI /** * File: gui.h */ /** * Function: gui_open * Builds and opens the graphical user interface. */ void gui_open(void); #endif