summaryrefslogtreecommitdiff
path: root/include/gui/gui.h
blob: 14bdcf27c224def40258eabc0761bc2b0c042612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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