src/toolbar_gui.h
author frosch
Mon, 16 Jun 2008 20:08:30 +0000
changeset 10984 05660d38d316
parent 10562 a9ba187756d8
permissions -rw-r--r--
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
/* $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*/