1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Exclude pre-formatted blocks from clang-format (#7520)

[ci skip]
This commit is contained in:
Michał Janiszewski
2018-05-16 20:41:29 +02:00
committed by GitHub
parent 94f005a839
commit a2ef4bd699
79 changed files with 164 additions and 25 deletions

View File

@@ -23,6 +23,7 @@
#include <openrct2-ui/windows/Window.h>
#include <openrct2/object/ObjectList.h>
// clang-format off
enum WINDOW_OBJECT_LOAD_ERROR_WIDGET_IDX {
WIDX_BACKGROUND,
WIDX_TITLE,
@@ -96,6 +97,7 @@ static rct_window_event_list window_object_load_error_events = {
window_object_load_error_paint,
window_object_load_error_scrollpaint
};
// clang-format on
static std::vector<rct_object_entry> _invalid_entries;
static sint32 highlighted_index = -1;