mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Added newlines at end of files
This commit is contained in:
@@ -18,4 +18,4 @@ void chat_history_add(const char *src);
|
||||
void chat_input(int c);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -81,4 +81,4 @@ extern rct_colour_map_b *ColourMapB;
|
||||
|
||||
void colours_init_maps();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -26,4 +26,4 @@ void console_clear_line();
|
||||
void console_refresh_caret();
|
||||
void console_scroll(int delta);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -173,4 +173,4 @@ void graph_draw_money32(rct_drawpixelinfo *dpi, money32 *history, int count, int
|
||||
graph_draw_months_money32(dpi, history, count, baseX, baseY);
|
||||
graph_draw_line_a_money32(dpi, history, count, baseX, baseY, modifier, offset);
|
||||
graph_draw_line_b_money32(dpi, history, count, baseX, baseY, modifier, offset);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
void graph_draw_uint8(rct_drawpixelinfo *dpi, uint8 *history, int count, int baseX, int baseY);
|
||||
void graph_draw_money32(rct_drawpixelinfo *dpi, money32 *history, int count, int baseX, int baseY, int modifier, int offset);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -26,4 +26,4 @@ void keyboard_shortcut_handle(int key);
|
||||
void keyboard_shortcut_handle_command(int shortcutIndex);
|
||||
void keyboard_shortcut_format_string(char *buffer, uint16 shortcutKey);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -27,4 +27,4 @@ int screenshot_dump();
|
||||
void screenshot_giant();
|
||||
int cmdline_for_screenshot(const char **argv, int argc);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -61,4 +61,4 @@ void theme_delete_preset(int preset);
|
||||
void theme_rename_preset(int preset, const char *newName);
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -65,4 +65,4 @@ void title_sequence_delete_command(int preset, int index);
|
||||
void title_sequence_move_down_command(int preset, int index);
|
||||
void title_sequence_move_up_command(int preset, int index);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user