diff options
Diffstat (limited to 'src/graph.h')
-rw-r--r-- | src/graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph.h b/src/graph.h index 868413c..6cd7f25 100644 --- a/src/graph.h +++ b/src/graph.h @@ -183,6 +183,7 @@ struct Edge { } bool is_phony() const; + bool use_console() const; }; |