src/toolbar_gui.h
author michi_cc
Mon, 20 Oct 2008 19:35:48 +0000
changeset 10269 eb8e4225dbc6
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14504) -Cleanup: Use the right variable type for tile offsets.
/* $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*/