home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / tools_install / doxygen-1.4.4-setup.exe / {app} / html / examples / diagrams_e.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-09  |  96 b   |  6 lines

  1. #ifndef _DIAGRAM_E_H
  2. #define _DIAGRAM_E_H
  3. #include "diagrams_d.h"
  4. class E : public D {};
  5. #endif
  6.