blob: ca4aeaa490904b8afdc7c389b0c0eb5c6204e0a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
*/
/*! \page tetrix-example.html
\ingroup examples
\title Tetrix
This is the TQt implementation of the well known game Tetris.
<hr>
Main:
\include tetrix/tetrix.cpp
*/
|