From 3a6febfca833095f581423f3d8b3936731b69e10 Mon Sep 17 00:00:00 2001 From: "R. Burghall" <39673063+r-burg@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:07:08 +0100 Subject: [PATCH] Add files via upload --- Drawing.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Drawing.h b/Drawing.h index 0dd0e45..dc17eb0 100644 --- a/Drawing.h +++ b/Drawing.h @@ -15,6 +15,8 @@ #define SHOW_XY false +#define VERBOSE false + enum DrawMode { Splane, Step, Bode, Realisation } ; #endif