summaryrefslogtreecommitdiff
path: root/include/llmr/resources/style.hpp
blob: 684de3d546987528df9c0eadfa1a5deb2045be85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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