summaryrefslogtreecommitdiff
path: root/noncore/games/kcheckers/main.cpp
blob: 6ac570a7b267c361cf114dbf4123adbe83e5bb53 (plain)
1
2
3
4
5
6
7
8
9
10

#include <qpe/qpeapplication.h>
#include <qfont.h>

#include "kcheckers.h"
#include <opie/oapplicationfactory.h>

OPIE_EXPORT_APP( OApplicationFactory<KCheckers> )