src/toolbar_gui.h
author rubidium
Fri, 18 Apr 2008 15:11:39 +0000
changeset 10235 684949ed0f03
parent 9219 d232ad03c54c
child 10562 a9ba187756d8
permissions -rw-r--r--
(svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.
/* $Id$ */

/** @file toolbar_gui.h Stuff related to the (main) toolbar. */

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

#include "window_type.h"

Window *AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/