14 lines
208 B
C++
14 lines
208 B
C++
#ifndef TESTS_OPTIONAL_SCALARS_TEST_H
|
|
#define TESTS_OPTIONAL_SCALARS_TEST_H
|
|
|
|
|
|
namespace flatbuffers {
|
|
namespace tests {
|
|
|
|
void OptionalScalarsTest();
|
|
|
|
} // namespace tests
|
|
} // namespace flatbuffers
|
|
|
|
#endif
|