summaryrefslogtreecommitdiff
path: root/src/style/style.cpp
blob: a999289a040d7104891da73848f0ccead32da539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <llmr/style/style.hpp>

using namespace llmr;

Style::Style() {

}

void Style::reset() {

}

void Style::load(pbf data) {

}