#ifndef SEEN_MESH_TOOLBAR_H #define SEEN_MESH_TOOLBAR_H /* * Mesh aux toolbar * * Authors: * bulia byak * Tavmjong Bah * * Copyright (C) 2012 authors * Copyright (C) 2005 authors * * Released under GNU GPL, read the file 'COPYING' for more information */ #include struct SPDesktop; void sp_mesh_toolbox_prep( SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder); #endif /* !SEEN_MESH_TOOLBAR_H */