EVOLUTION-MANAGER
Edit File: diagrams_e.h
#ifndef _DIAGRAM_E_H #define _DIAGRAM_E_H #include "diagrams_d.h" class E : public D {}; #endif