rosenrot/plugins/style/style.h
2023-11-22 20:41:21 +00:00

9 lines
100 B
C

#ifndef STYLE
#define STYLE
#define STYLE_N 6715 + 1000
void read_style_js(char* string);
#endif