1
0
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:
LRFLEW
2015-12-20 22:03:37 -06:00
parent eab3e15182
commit e6f771ec90
62 changed files with 62 additions and 62 deletions

View File

@@ -18,4 +18,4 @@ void chat_history_add(const char *src);
void chat_input(int c);
#endif
#endif

View File

@@ -81,4 +81,4 @@ extern rct_colour_map_b *ColourMapB;
void colours_init_maps();
#endif
#endif

View File

@@ -26,4 +26,4 @@ void console_clear_line();
void console_refresh_caret();
void console_scroll(int delta);
#endif
#endif

View File

@@ -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);
}
}

View File

@@ -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

View File

@@ -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

View File

@@ -27,4 +27,4 @@ int screenshot_dump();
void screenshot_giant();
int cmdline_for_screenshot(const char **argv, int argc);
#endif
#endif

View File

@@ -61,4 +61,4 @@ void theme_delete_preset(int preset);
void theme_rename_preset(int preset, const char *newName);
#endif
#endif

View File

@@ -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