src/toolbar_gui.h
author rubidium
Tue, 14 Oct 2008 18:49:21 +0000
changeset 10237 c55922dabb25
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14465) -Codechange: minor code style of command.cpp.
/* $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*/