aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.h
blob: c9dfed21399d56e2279141db89dc9ae8a6a6a545 (plain)
1
2
3
4
5
6
7
8
#ifndef STYLE
#define STYLE

#define STYLE_N 3986 + 1

void read_style_js(char* string);

#endif