OpenTTD
window_type.h
Go to the documentation of this file.
1 /* $Id: window_type.h 27286 2015-05-16 12:08:06Z alberth $ */
2 
3 /*
4  * This file is part of OpenTTD.
5  * 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.
6  * 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.
7  * 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/>.
8  */
9 
12 #ifndef WINDOW_TYPE_H
13 #define WINDOW_TYPE_H
14 
22 
25 
28 
33 
36 };
37 
41 
47 
54 
60 
69 
76 
82 
88 
94 
100 
106 
112 
119 
126 
133 
134 
140 
146 
152 
158 
164 
165 
171 
177 
183 
184 
190 
196 
202 
208 
214 
220 
226 
232 
238 
244 
250 
256 
262 
268 
274 
280 
286 
292 
298 
304 
310 
316 
322 
323 
329 
335 
341 
347 
353 
359 
365 
366 
372 
379 
385 
393 
399 
405 
413 
419 
425 
431 
432 
438 
445 
452 
459 
460 
469 
475 
481 
488 
494 
500 
501 
507 
513 
519 
525 
531 
537 
543 
549 
555 
561 
567 
573 
574 
580 
586 
587 
593 
599 
609 
615 
621 
627 
628 
634 
640 
646 
652 
653 
659 
665 
671 
677 
683 
684  WC_INVALID = 0xFFFF,
685 };
686 
689  GOID_DEFAULT = 0,
693 };
694 
695 struct Window;
696 
698 typedef int32 WindowNumber;
699 
704 };
705 
706 #endif /* WINDOW_TYPE_H */