src/toolbar_gui.h
author smatz
Tue, 24 Jun 2008 23:38:10 +0000
changeset 11069 706083d7f44b
parent 10562 a9ba187756d8
permissions -rw-r--r--
(svn r13626) -Fix (r11871): signals were not updated when player removed signals from nonexistent track sharing bits with existing track
So disallow removing signals from nonexistent track
/* $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*/