From 044add214710434a6d0fddb30b48209d3ed0f017 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 18 Jul 2020 12:48:20 -0400 Subject: [PATCH] Reorder .proto comments --- plugins/proto/AdventureControl.proto | 2 +- plugins/proto/DwarfControl.proto | 2 +- plugins/proto/ItemdefInstrument.proto | 2 +- plugins/proto/RemoteFortressReader.proto | 2 +- plugins/proto/isoworldremote.proto | 2 +- plugins/proto/ui_sidebar_mode.proto | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/proto/AdventureControl.proto b/plugins/proto/AdventureControl.proto index 0bbcc8da8..840576c2b 100644 --- a/plugins/proto/AdventureControl.proto +++ b/plugins/proto/AdventureControl.proto @@ -1,6 +1,6 @@ +//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization package AdventureControl; -//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization option optimize_for = LITE_RUNTIME; import "RemoteFortressReader.proto"; diff --git a/plugins/proto/DwarfControl.proto b/plugins/proto/DwarfControl.proto index 9bd63b8d3..ee750f8bc 100644 --- a/plugins/proto/DwarfControl.proto +++ b/plugins/proto/DwarfControl.proto @@ -1,7 +1,7 @@ +//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization syntax = "proto2"; package DwarfControl; -//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization option optimize_for = LITE_RUNTIME; // Plugin: RemoteFortressReader diff --git a/plugins/proto/ItemdefInstrument.proto b/plugins/proto/ItemdefInstrument.proto index 02d4c7a90..0b64eb6d1 100644 --- a/plugins/proto/ItemdefInstrument.proto +++ b/plugins/proto/ItemdefInstrument.proto @@ -1,6 +1,6 @@ +//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization package ItemdefInstrument; -//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization option optimize_for = LITE_RUNTIME; // Plugin: RemoteFortressReader diff --git a/plugins/proto/RemoteFortressReader.proto b/plugins/proto/RemoteFortressReader.proto index 8255f91cd..a128a162f 100644 --- a/plugins/proto/RemoteFortressReader.proto +++ b/plugins/proto/RemoteFortressReader.proto @@ -1,6 +1,6 @@ +//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization package RemoteFortressReader; -//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization option optimize_for = LITE_RUNTIME; // Plugin: RemoteFortressReader diff --git a/plugins/proto/isoworldremote.proto b/plugins/proto/isoworldremote.proto index 23abdab73..c972e98a8 100644 --- a/plugins/proto/isoworldremote.proto +++ b/plugins/proto/isoworldremote.proto @@ -1,6 +1,6 @@ +//Describes a very basic material structure for the map embark package isoworldremote; -//Describes a very basic material structure for the map embark option optimize_for = LITE_RUNTIME; // Plugin: isoworldremote diff --git a/plugins/proto/ui_sidebar_mode.proto b/plugins/proto/ui_sidebar_mode.proto index b07bb1baa..af9dbabd7 100644 --- a/plugins/proto/ui_sidebar_mode.proto +++ b/plugins/proto/ui_sidebar_mode.proto @@ -1,6 +1,6 @@ +//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization package proto.enums.ui_sidebar_mode; -//Attempts to provide a complete framework for reading everything from a fortress needed for vizualization option optimize_for = LITE_RUNTIME; enum ui_sidebar_mode @@ -60,4 +60,4 @@ enum ui_sidebar_mode Hauling = 52; ArenaWeather = 53; ArenaTrees = 54; -} \ No newline at end of file +}