src/toolbar_gui.h
author frosch
Thu, 11 Sep 2008 19:44:30 +0000
changeset 10108 0f63f81e09f0
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14292) -Cleanup (r11128): Move an 'if' out of a loop as it does not need to be iterated. (spotted by smatz)
/* $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*/