summaryrefslogtreecommitdiff
path: root/noncore/games/zlines/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/zlines/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/zlines/main.cpp30
1 files changed, 30 insertions, 0 deletions
diff --git a/noncore/games/zlines/main.cpp b/noncore/games/zlines/main.cpp
new file mode 100644
index 0000000..ff41f95
--- a/dev/null
+++ b/noncore/games/zlines/main.cpp
@@ -0,0 +1,30 @@
1/***************************************************************************
2 main.cpp - description
3 -------------------
4 begin : Fri May 19 2000
5 copyright : (C) 2000 by Roman Merzlyakov
6 email : roman@sbrf.barrt.ru
7 copyright : (C) 2000 by Roman Razilov
8 email : Roman.Razilov@gmx.de
9 ***************************************************************************/
10
11/***************************************************************************
12 * *
13 * This program is free software; you can redistribute it and/or modify *
14 * it under the terms of the GNU General Public License as published by *
15 * the Free Software Foundation; either version 2 of the License, or *
16 * (at your option) any later version. *
17 * *
18 ***************************************************************************/
19 /*
20 * Roman Razilov 2000-05-19 debug dummmy
21 * Roman Razilov 2000-05-21 qimgio
22*/
23
24#include <qglobal.h>
25
26
27#include <opie/oapplicationfactory.h>
28#include "klines.h"
29
30OPIE_EXPORT_APP( OApplicationFactory<KLines> )