src/toolbar_gui.h
author bjarni
Sun, 27 Apr 2008 18:05:48 +0000
changeset 9060 f0f4674fe194
parent 8975 678648173fcf
child 9240 1bba02a64d65
permissions -rw-r--r--
(svn r12912) -Codechange: overloaded ChangeVehicleViewWindow() so each argument can be either a Vehicle pointer or a VehicleID
/* $Id$ */

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

#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H

#include "window_type.h"

Window *AllocateToolbar();

#endif /*TOOLBAR_GUI_H*/