src/toolbar_gui.h
author rubidium
Thu, 30 Oct 2008 12:32:32 +0000
changeset 10304 ca65c08875e2
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14547) -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items.
/* $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*/