summaryrefslogtreecommitdiff
path: root/include/llmr/resources/style.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/resources/style.hpp')
-rw-r--r--include/llmr/resources/style.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/llmr/resources/style.hpp b/include/llmr/resources/style.hpp
new file mode 100644
index 0000000000..684de3d546
--- /dev/null
+++ b/include/llmr/resources/style.hpp
@@ -0,0 +1,15 @@
+// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.
+
+#ifndef LLMR_RESOURCE_STYLE
+#define LLMR_RESOURCE_STYLE
+
+namespace llmr {
+namespace resources {
+
+extern const unsigned char style[];
+extern const unsigned long style_size;
+
+}
+}
+
+#endif