X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmain.c;h=d587d33fc784bd47a78795c8a49fbe8a348834dd;hb=49fc7dc43d698073fec7c94f568984ee7c2ecb30;hp=2214dcdb7152ef8444fa4f1bbc199e5a12267e48;hpb=66af6797cf06ac9da06118ee4e99e1419fd03477;p=mancala diff --git a/src/main.c b/src/main.c index 2214dcd..d587d33 100644 --- a/src/main.c +++ b/src/main.c @@ -1,4 +1,7 @@ /* +* +* This file is part of Mancala +* * Copyright (C) 2009 Reto Zingg * * Some of the code is based on the examples on: @@ -17,6 +20,12 @@ * */ +/********************************************************************* +** +** NOT used at the moment... +** +*********************************************************************/ + #include #include #include @@ -190,3 +199,4 @@ int main (int argc, char **argv) { return 0; } +