home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / life / life.doc < prev    next >
Text File  |  2001-10-11  |  243b  |  29 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page life-example.html
  5.  
  6.   \ingroup examples
  7.   \title Conway's Game of Life
  8.  
  9.  
  10.   <hr>
  11.  
  12.   Header file:
  13.  
  14.   \include life/life.h
  15.  
  16.   <hr>
  17.  
  18.   Implementation:
  19.  
  20.   \include life/life.cpp
  21.  
  22.   <hr>
  23.  
  24.   Main:
  25.  
  26.   \include life/main.cpp
  27. */    
  28.  
  29.