From 3a6c5c7107d53a6388db8df6adf74a56c174ae5a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 8 Oct 2013 19:49:47 +0000 Subject: Sort model tags by location. --- src/model/model.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/model/model.h') diff --git a/src/model/model.h b/src/model/model.h index 3c94ad6..4d72793 100644 --- a/src/model/model.h +++ b/src/model/model.h @@ -214,6 +214,11 @@ public: static void list(); private: + /** + * @brief sort model tags according to location + * */ + void sort(); + std::string model_name; Docks model_docks; Flares model_flares; -- cgit v1.2.3