src/toolbar_gui.h
author truebrain
Sun, 07 Dec 2008 12:41:20 +0000
changeset 10410 4800ced41f84
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14661) -Fix r14659: oops, forgot to escape '?' ;)
/* $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*/