rosenrot/plugins/readability/readability.h
NunoSempere 246128e0c9 feat: save progress.
Now has a functional reader mode.
2022-12-14 16:49:24 +00:00

9 lines
118 B
C

#ifndef READABILITY
#define READABILITY
#define READABILITY_N 83750
void read_readability_js(char* string);
#endif