blob: 93afca4ebd8b6cf67f17afbacef0910c8674fe9a (
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 Qt implementation of the well known game Tetris.
<hr>
Main:
\include tetrix/tetrix.cpp
*/
|