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

#include <opie2/oapplicationfactory.h>

using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )