ocarina/include/gui/window.h

14 lines
293 B
C

/*
* Copyright 2015 (c) Anna Schumaker.
*/
#ifndef OCARINA_GUI_WINDOW_H
#define OCARINA_GUI_WINDOW_H
/* Called to initialize the main window. */
void gui_window_init(const gchar *);
/* Called to deinitialize the main window. */
void gui_window_deinit();
#endif /* OCARINA_GUI_WINDOW_H */