| 115 | } |
| 116 | |
| 117 | void reshadefx::preprocessor::add_include_path(const std::filesystem::path &path) |
| 118 | { |
| 119 | assert(!path.empty()); |
| 120 | _include_paths.push_back(path); |
| 121 | } |
| 122 | bool reshadefx::preprocessor::add_macro_definition(const std::string &name, const macro &definition) |
| 123 | { |
| 124 | assert(!name.empty()); |
no outgoing calls
no test coverage detected