From bbcf1dabd26bb4e93aa4780d1771c3b449c068ec Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 11:19:11 -0600 Subject: Revert "tweak: move things around" This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63. --- plugins/style/style.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/style/style.h (limited to 'plugins/style/style.h') diff --git a/plugins/style/style.h b/plugins/style/style.h new file mode 100644 index 0000000..5e5d76b --- /dev/null +++ b/plugins/style/style.h @@ -0,0 +1,8 @@ +#ifndef STYLE +#define STYLE + +#define STYLE_N 1393 + 1 + +void read_style_js(char* string); + +#endif -- cgit v1.2.3