ocarina/include/lib/plist.h

20 lines
259 B
C++

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