ocarina/include/gui/view.h

11 lines
217 B
C

/*
* Copyright 2016 (c) Anna Schumaker.
*/
#ifndef OCARINA_GUI_VIEW_H
#define OCARINA_GUI_VIEW_H
/* Called to initialize structures needed by the treeview. */
void gui_view_init();
#endif /* OCARINA_GUI_VIEW_H */