src/toolbar_gui.h
author rubidium
Wed, 11 Jun 2008 14:13:07 +0000
changeset 9491 12c4ef045d91
parent 9240 1bba02a64d65
permissions -rw-r--r--
(svn r13466) -Fix (r13464): slope checking got lost during development...
/* $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*/