#ifndef REFLECTIVE_RAPIDJSON_GENERATOR_H #define REFLECTIVE_RAPIDJSON_GENERATOR_H #include #include namespace ReflectiveRapidJSON { bool generateReflectionCode(const std::vector &sourceFiles, std::ostream &os); } #endif // REFLECTIVE_RAPIDJSON_GENERATOR_H