diagrams_e.h
Go to the documentation of this file.
1 #ifndef _DIAGRAM_E_H
2 #define _DIAGRAM_E_H
3 #include "diagrams_d.h"
4 class E : public D {};
5 #endif