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

#define STYLE_N 4023 + 1

void read_style_js(char* string);

#endif