src/toolbar_gui.h
author frosch
Sat, 28 Jun 2008 15:44:24 +0000
changeset 9607 5a5728fb702a
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
/* $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*/