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_c.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-09  |  124 b   |  7 lines

  1. #ifndef _DIAGRAMS_C_H
  2. #define _DIAGRAMS_C_H
  3. #include "diagrams_c.h"
  4. class D;
  5. class C : public A { public: D *m_d; };
  6. #endif
  7.