Update hooks.c, menu.h, and 3 more files...
This commit is contained in:
@@ -55,8 +55,10 @@ typedef struct {
|
||||
extern cheat_settings_t g_settings;
|
||||
|
||||
void settings_init(void);
|
||||
|
||||
void settings_reset(void);
|
||||
bool settings_save_to_file(const char* filename);
|
||||
bool settings_load_from_file(const char* filename);
|
||||
const char* get_config_dir(void);
|
||||
|
||||
inline void init_default_settings(void) {
|
||||
memset(&g_settings, 0, sizeof(g_settings));
|
||||
|
||||
Reference in New Issue
Block a user