You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
238 B
28 lines
238 B
13 years ago
|
/*
|
||
|
*/
|
||
|
/*! \page life-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title Conway's Game of Life
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include life/life.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include life/life.cpp
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Main:
|
||
|
|
||
|
\include life/main.cpp
|
||
|
*/
|
||
|
|