diff options
Diffstat (limited to 'executor/_include/flatbuffers/code_generators.h')
| -rw-r--r-- | executor/_include/flatbuffers/code_generators.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/_include/flatbuffers/code_generators.h b/executor/_include/flatbuffers/code_generators.h index 727552118..fc030d439 100644 --- a/executor/_include/flatbuffers/code_generators.h +++ b/executor/_include/flatbuffers/code_generators.h @@ -229,6 +229,10 @@ class TypedFloatConstantGenerator : public FloatConstantGenerator { const std::string neg_inf_number_; }; +std::string JavaCSharpMakeRule(const bool java, const Parser &parser, + const std::string &path, + const std::string &file_name); + } // namespace flatbuffers #endif // FLATBUFFERS_CODE_GENERATORS_H_ |
