summaryrefslogtreecommitdiff
path: root/include/cache.h
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-11-06 14:53:23 -0800
committerLouie S <louie@example.com>2022-11-06 14:53:23 -0800
commitcdea6b0e8c1e51c9962f73e183a3bd72ed63b40f (patch)
tree1e9f4261acfe48c0ef37dd64f2a589d1e13b89b1 /include/cache.h
parente58f35f4580ad4377c3ba5dcaee5bbbd938713c6 (diff)
Restructure repository
Diffstat (limited to 'include/cache.h')
-rw-r--r--include/cache.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cache.h b/include/cache.h
deleted file mode 100644
index 0f5a6c4..0000000
--- a/include/cache.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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);
-
-char *get_cache_path(bool create);
-
-#endif