summaryrefslogtreecommitdiff
path: root/upbc/generator.h
blob: ed6cedc6c77c894375b93018511f415880110a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef UPBC_GENERATOR_H_
#define UPBC_GENERATOR_H_

#include <memory>
#include <google/protobuf/compiler/code_generator.h>

namespace upbc {
std::unique_ptr<google::protobuf::compiler::CodeGenerator> GetGenerator();
}

#endif  // UPBC_GENERATOR_H_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback