summaryrefslogtreecommitdiff
path: root/noncore/games/snake/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/snake/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/snake/main.cpp b/noncore/games/snake/main.cpp
index 44f742f..81eb9ee 100644
--- a/noncore/games/snake/main.cpp
+++ b/noncore/games/snake/main.cpp
@@ -23,6 +23,7 @@
23#include <opie2/oapplicationfactory.h> 23#include <opie2/oapplicationfactory.h>
24 24
25 25
26using namespace Opie::Core;
26OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> ) 27OPIE_EXPORT_APP( OApplicationFactory<SnakeGame> )
27 28
28 29