Do not reject 1.5 format SOLs
[neverball] / share / base_config.h
index 540e9f7..9a2d68e 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <stdio.h>
+#include <SDL_endian.h>
 
 /*---------------------------------------------------------------------------*/
 
@@ -39,9 +40,9 @@
 /* User config directory */
 #ifndef CONFIG_USER
 #ifdef _WIN32
-#define CONFIG_USER   "Neverball-dev"
+#define CONFIG_USER   "Neverball"
 #else
-#define CONFIG_USER   ".neverball-dev"
+#define CONFIG_USER   ".neverball"
 #endif
 #endif
 
@@ -54,7 +55,6 @@
 
 #define USER_CONFIG_FILE    "neverballrc"
 #define USER_REPLAY_FILE    "Last"
-#define REPLAY_EXT          ".nbr"
 
 /*---------------------------------------------------------------------------*/
 
 #define PATHMAX 64
 #define MAXNAM 9
 
-#define GUI_FACE                    _("ttf/DejaVuSans-Bold.ttf")
+#define UPS 90
+#define DT  (1.0f / (float) UPS)
 
 /*---------------------------------------------------------------------------*/
 
-const char *config_data(const char *);
-const char *config_user(const char *);
-
-int  config_data_path(const char *, const char *);
-int  config_user_path(const char *);
+void config_paths(const char *);
 
 /*---------------------------------------------------------------------------*/