Diagrams

diagrams_e.h

Go to the documentation of this file.
00001 #ifndef _DIAGRAM_E_H
00002 #define _DIAGRAM_E_H
00003 #include "diagrams_d.h"
00004 class E : public D {};
00005 #endif