Files @ r8924:b5c89d2d57c4
Branch filter:

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

rubidium
(svn r12694) -Fix: do not call the mouse over callback on already deleted windows.
/* $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*/