From ced133e40290c30809e6d632cdf1e6f749ea9dd5 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 16 Sep 2016 16:04:11 -0700 Subject: 3371 --- html/020run.cc.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'html/020run.cc.html') diff --git a/html/020run.cc.html b/html/020run.cc.html index a4ddb087..08909f94 100644 --- a/html/020run.cc.html +++ b/html/020run.cc.html @@ -160,6 +160,10 @@ map<string, int> return get(Recipe, Current_routine->running_recipe).name; } +const recipe& current_recipe() { + return get(Recipe, Current_routine->running_recipe); +} + const instruction& current_instruction() { return get(Recipe, Current_routine->running_recipe).steps.at(Current_routine->running_step_index); } -- cgit 1.4.1-2-gfad0