Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/model.h')
-rw-r--r--src/model/model.h5
1 files changed, 5 insertions, 0 deletions
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;