summaryrefslogtreecommitdiff
path: root/game/orders.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/orders.h')
-rw-r--r--game/orders.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/orders.h b/game/orders.h
index f29e208..ca5cfdb 100644
--- a/game/orders.h
+++ b/game/orders.h
@@ -10,4 +10,5 @@ public:
[[nodiscard]] Objective * current() const;
Objective * next();
};
+
using OrdersPtr = std::shared_ptr<Orders>;