From 3065a1c13bec5d0b101bec48ff666d45a02ce8a6 Mon Sep 17 00:00:00 2001 From: waspe Date: Sun, 30 Mar 2003 11:30:54 +0000 Subject: *** empty log message *** --- (limited to 'noncore/games/backgammon/main.cpp') diff --git a/noncore/games/backgammon/main.cpp b/noncore/games/backgammon/main.cpp new file mode 100644 index 0000000..86b452d --- a/dev/null +++ b/noncore/games/backgammon/main.cpp @@ -0,0 +1,14 @@ +#include +#include "backgammon.h" + + +int main( int argc, char** argv ) +{ + QPEApplication app( argc, argv ); + + BackGammon* view= new BackGammon(); + app.showMainWidget(view); + + return app.exec(); +} + -- cgit v0.9.0.2