summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/main.cpp
blob: 0185b8cc829c246800d635d3e73c34ecf6dd6981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/****************************************************************************
<<<<<<< main.cpp
** $Id$
=======
** $Id$
>>>>>>> 1.1.8.1.2.1
**
** Copyright (C) 1992-2000 Trolltech AS.  All rights reserved.
**
** This file is part of an example program for Qt.  This example
** program may be used, distributed and modified without limitation.
**
*****************************************************************************/

#include <qpe/qpeapplication.h>
#include <opie/oapplicationfactory.h>
#include "tictac.h"

OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )