#ifndef UPBC_GENERATOR_H_ #define UPBC_GENERATOR_H_ #include #include namespace upbc { std::unique_ptr GetGenerator(); } #endif // UPBC_GENERATOR_H_