32 |
32 |
33 return STR_8104_AIRCRAFT; |
33 return STR_8104_AIRCRAFT; |
34 } |
34 } |
35 |
35 |
36 static const Widget _engine_preview_widgets[] = { |
36 static const Widget _engine_preview_widgets[] = { |
37 { WWT_TEXTBTN, 5, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, |
37 { WWT_TEXTBTN, 5, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, |
38 { WWT_CAPTION, 5, 11, 299, 0, 13, STR_8100_MESSAGE_FROM_VEHICLE_MANUFACTURE, STR_018C_WINDOW_TITLE_DRAG_THIS}, |
38 { WWT_CAPTION, 5, 11, 299, 0, 13, STR_8100_MESSAGE_FROM_VEHICLE_MANUFACTURE, STR_018C_WINDOW_TITLE_DRAG_THIS}, |
39 { WWT_IMGBTN, 5, 0, 299, 14, 191, 0x0}, |
39 { WWT_IMGBTN, 5, 0, 299, 14, 191, 0x0, STR_NULL}, |
40 { WWT_PUSHTXTBTN, 5, 85, 144, 172, 183, STR_00C9_NO}, |
40 { WWT_PUSHTXTBTN, 5, 85, 144, 172, 183, STR_00C9_NO, STR_NULL}, |
41 { WWT_PUSHTXTBTN, 5, 155, 214, 172, 183, STR_00C8_YES}, |
41 { WWT_PUSHTXTBTN, 5, 155, 214, 172, 183, STR_00C8_YES, STR_NULL}, |
42 { WWT_LAST}, |
42 { WIDGETS_END}, |
43 }; |
43 }; |
44 |
44 |
45 typedef void DrawEngineProc(int x, int y, int engine, uint32 image_ormod); |
45 typedef void DrawEngineProc(int x, int y, int engine, uint32 image_ormod); |
46 typedef void DrawEngineInfoProc(int x, int y, int engine, int maxw); |
46 typedef void DrawEngineInfoProc(int x, int y, int engine, int maxw); |
47 |
47 |