src/toolbar_gui.h
author smatz
Sat, 13 Dec 2008 18:19:44 +0000
changeset 10418 faf551975df7
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14671) -Fix: compilation was broken for some systems
/* $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*/