4 lines
135 B
C++
4 lines
135 B
C++
#ifndef FC_PACK_MAX_DEPTH
|
|
// The maximum level of object nesting is around 20% of this value
|
|
#define FC_PACK_MAX_DEPTH 1000
|
|
#endif
|