/* * Copyright 2014 (c) Anna Schumaker. */ #ifndef OCARINA_LIB_PLIST_H #define OCARINA_LIB_PLIST_H #include #include namespace plist { void init(); Glib::ustring get_path(const Gtk::TreePath &); } #endif /* OCARINA_LIB_PLIST_H */