diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cache.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cache.h b/include/cache.h new file mode 100644 index 0000000..b3f0adb --- /dev/null +++ b/include/cache.h @@ -0,0 +1,8 @@ +#ifndef CACHE_H +#define CACHE_H + +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); + +#endif |