#ifndef DRAWINGH #define DRAWINGH /*! \file Drawing.h */ #define SHOW_XY false enum DrawMode { Splane, Step, Bode, Realisation } ; #endif