refractoring to use osso-game-startup
[mancala] / src / main.c
index 2214dcd..d587d33 100644 (file)
@@ -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:
 *
 */
 
+/*********************************************************************
+**
+** NOT used at the moment...
+**
+*********************************************************************/
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
@@ -190,3 +199,4 @@ int main (int argc, char **argv) {
         return 0;
 }
 
+