FloatImg/experiment/cachengn.h
2021-11-26 23:10:29 +01:00

8 lines
133 B
C

/*
* the chache engine - header
*/
void cachengn_print_version(int k);
int init_empty_cache(int iw, int ih, int szc, int nbre);