summaryrefslogtreecommitdiff
path: root/noncore/games/tictac/main.cpp
blob: 9aafe4cbcac68a8fae48853f3a94cb5e247d0be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/****************************************************************************
** 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 <opie/oapplicationfactory.h>
#include "tictac.h"

OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )