rosenrot/plugins/style/style.h
2023-06-26 11:26:53 +01:00

9 lines
97 B
C

#ifndef STYLE
#define STYLE
#define STYLE_N 4023 + 1
void read_style_js(char* string);
#endif