summaryrefslogtreecommitdiff
path: root/include/cache.h
blob: b3f0adb85919faa31c029f0e9586078ba5e38870 (plain)
1
2
3
4
5
6
7
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