1 //-----------------------------------------------------------------------------
2 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
3 // at your option, any later version. See the LICENSE.txt file for the text of
5 //-----------------------------------------------------------------------------
7 //-----------------------------------------------------------------------------
11 #include "fileutils.h"
14 // Current working directory will be prepended.
15 #define preferencesFilename "preferences.json"
17 int CmdPreferences(const char *Cmd
);
18 int preferences_load(void);
19 int preferences_save(void);
21 void preferences_save_callback(json_t
*root
);
22 void preferences_load_callback(json_t
*root
);