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

#define STYLE_N 6765 + 100

void read_style_js(char* string);

#endif