diagrams_e.h 96 Bytes
Newer Older
1 2 3 4 5
#ifndef _DIAGRAM_E_H
#define _DIAGRAM_E_H
#include "diagrams_d.h"
class E : public D {};
#endif