rbfilter/Drawing.h

12 wiersze
142 B
C
Czysty Zwykły widok Historia

2018-05-27 14:10:28 +00:00
#ifndef DRAWINGH
#define DRAWINGH
/*! \file Drawing.h
*/
#define SHOW_XY false
enum DrawMode { Splane, Step, Bode, Realisation } ;
#endif