Files @ r8810:152ec6a4dbb8
Branch filter:

Location: cpp/openttd-patchpack/source/src/toolbar_gui.h

smatz
(svn r12553) -Fix (r11547): redraw the signal GUI when the signal drag density changes in the patch settings and vice versa
/* $Id$ */

/** @file toolbar_gui.h Stuff related to the (main) toolbar. */

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

#include "window_type.h"

Point GetToolbarDropdownPos(uint16 parent_button, int width, int height);
Window *AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/