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} / examples / diagrams_a.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-02-09  |  83 b   |  5 lines

  1. #ifndef _DIAGRAMS_A_H
  2. #define _DIAGRAMS_A_H
  3. class A { public: A *m_self; };
  4. #endif
  5.