Starting header clean-up.
[neverball] / ball / set.h
index 078e361..91d4d84 100644 (file)
@@ -26,10 +26,12 @@ struct set
 
     struct score time_score;  /* challenge score */
     struct score coin_score;  /* challenge score */
-    
+
     /* levels info */
-    
-    int count;               /* number of levels */
+
+    int count;                /* number of levels */
+    int locked;               /* number of locked levels */
+    int completed;            /* number of completed levels */
 };
 
 /*---------------------------------------------------------------------------*/
@@ -41,6 +43,7 @@ const struct set *get_set(int);
 
 /*---------------------------------------------------------------------------*/
 
+int  set_unlocked(const struct set *);
 int  set_completed(const struct set *);
 
 int  set_level_exists(const struct set *, int);