src/toolbar_gui.h
author rubidium
Tue, 30 Sep 2008 20:51:04 +0000
changeset 10208 72c00af5c95d
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
/* $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*/