diff options
Diffstat (limited to 'include/cache.h')
-rw-r--r-- | include/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h index b3f0adb..0f5a6c4 100644 --- a/include/cache.h +++ b/include/cache.h @@ -5,4 +5,6 @@ void save_to_cache(int g_hover, int e_hover, int true_hover, char *cfg_name); void load_cache(int *g_hover, int *e_hover, int *true_hover, char *new_cfg_name); +char *get_cache_path(bool create); + #endif |