/* * Copyright 2015 (c) Anna Schumaker. */ #ifndef OCARINA_GUI_COLLECTION_H #define OCARINA_GUI_COLLECTION_H /* Called to initialize the GUI collection code. */ void gui_collection_init(); /* Called to enable processing idle queue tasks. */ void gui_collection_idle_enable(); #endif /* OCARINA_GUI_COLLECTION_H */