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


#include "kcheckers.h"

#include <opie2/oapplicationfactory.h>

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