Metadata inclusion in levels. I hope everybody will be happy.
[neverball] / share / solid.h
index 77fd982..75185a2 100644 (file)
@@ -17,8 +17,7 @@
 
 #include <SDL.h>
 #include "glext.h"
-
-#define PATHMAX 64
+#include "base_config.h"
 
 /*
  * Some might  be taken  aback at  the terseness of  the names  of the
@@ -302,6 +301,7 @@ struct s_file
 
 /*---------------------------------------------------------------------------*/
 
+int   sol_load_only_file(struct s_file *, const char *);
 int   sol_load(struct s_file *, const char *, int, int);
 int   sol_stor(struct s_file *, const char *);
 void  sol_free(struct s_file *);