OpenTTD
story_widget.h
Go to the documentation of this file.
1 
2 /* $Id: story_widget.h 26442 2014-04-03 10:54:37Z planetmaker $ */
3 
4 /*
5  * This file is part of OpenTTD.
6  * 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.
7  * 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.
8  * 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/>.
9  */
10 
13 #ifndef WIDGETS_STORY_WIDGET_H
14 #define WIDGETS_STORY_WIDGET_H
15 
24 };
25 
26 #endif /* WIDGETS_STORY_WIDGET_H */