mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* Move `namer.h` and `idl_namer.h` to `include/codegen` so they can be reused from `grpc` dirqectory. * [gRPC] Update the Python generator to produce typed handlers and Python stubs if requested. * [gRPC] Document the newly added compiler flags.
7 lines
119 B
C
7 lines
119 B
C
#ifndef FLATBUFFERS_NAMER_H_
|
|
#define FLATBUFFERS_NAMER_H_
|
|
|
|
#include "codegen/namer.h"
|
|
|
|
#endif // FLATBUFFERS_NAMER_H_
|