src/toolbar_gui.h
author frosch
Mon, 03 Nov 2008 20:23:51 +0000
changeset 10317 a904407b644f
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.
/* $Id$ */

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

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

void AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/