12345678910111213141516171819202122232425262728 |
- #ifndef SYSTEM_TOOLS_SYSPROP_CPPGEN_H_
- #define SYSTEM_TOOLS_SYSPROP_CPPGEN_H_
- #include <string>
- bool GenerateCppFiles(const std::string& input_file_path,
- const std::string& header_dir,
- const std::string& system_header_dir,
- const std::string& source_output_dir,
- const std::string& include_name, std::string* err);
- #endif
|