Files
@ r25518:10899ab79aae
Branch filter:
Location: cpp/openttd-patchpack/source/src/toolbar_gui.h - annotation
r25518:10899ab79aae
827 B
text/x-c
Fix: do not hide parameter by local variable with the same name
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 r19177:5af5e9926930 r8723:866f284e9c98 r21990:cedbcf015b65 r21990:cedbcf015b65 r11363:6906c490a00e | /*
* 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();
void ToggleDirtyBlocks();
extern uint _toolbar_width;
#endif /* TOOLBAR_GUI_H */
|