summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/main.cpp
blob: cfff683af3b96d8df3e013d3911d00c59e6c3ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/****************************************************************************
** 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> )