use mpv binary path from settings
[uwplayer.git] / application / settings.h
index b7ada4e..aabd835 100644 (file)
@@ -29,9 +29,16 @@ extern "C" {
     
 #define UWP_PLAYER_BIN    "player"
 #define UWP_PLAYER_TYPE   "player_type"
+    
+typedef struct PlayerInfo {
+    char *bin;
+    char *type;
+} PlayerInfo;
 
 int load_settings(void);
 
+char* SettingsGetPlayerBin(void);
+
 
 #ifdef __cplusplus
 }