src/toolbar_gui.h
author smatz
Mon, 16 Jun 2008 19:38:41 +0000
changeset 9533 e8b86b70c5f6
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
/* $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*/