Files
@ r18095:8686faa72eaa
Branch filter:
Location: cpp/openttd-patchpack/source/src/toolbar_gui.h - annotation
r18095:8686faa72eaa
824 B
text/x-c
(svn r22926) -Feature: [NewGRF] Extended Action1 format to define arbitrary spriteset IDs.
r8723:866f284e9c98 r8723:866f284e9c98 r12768:980ae0491352 r12768:980ae0491352 r12768:980ae0491352 r12768:980ae0491352 r12768:980ae0491352 r12768:980ae0491352 r12768:980ae0491352 r8723:866f284e9c98 r8723:866f284e9c98 r8723:866f284e9c98 r8723:866f284e9c98 r8723:866f284e9c98 r9240:ae20a4f3f8ae r17869:b0e51d26f3f0 r8723:866f284e9c98 r16101:3567f994deff r16101:3567f994deff r11363:6906c490a00e | /* $Id$ */
/*
* This file is part of OpenTTD.
* OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
/** @file toolbar_gui.h Stuff related to the (main) toolbar. */
#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H
void AllocateToolbar();
void ToggleBoundingBoxes();
extern int16 *_preferred_toolbar_size;
#endif /* TOOLBAR_GUI_H */
|