/* * Copyright 2015 (c) Anna Schumaker. */ #ifndef OCARINA_GUI_SIDEBAR_H #define OCARINA_GUI_SIDEBAR_H /* Called to initialize the sidebar. */ void gui_sidebar_init(); #endif /* OCARINA_GUI_SIDEBAR_H */