rosenrot/plugins/style/style.h
2023-03-28 11:19:11 -06:00

9 lines
97 B
C

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