Files
rippled/src/FieldNames.cpp
2012-09-24 16:28:08 -07:00

14 lines
215 B
C++

#include "FieldNames.h"
#define FIELD(name, type, index) { sf##name, #name, STI_##type, index },
#define TYPE(name, type, index)
FieldName FieldNames[]=
{
#include "SerializeProto.h"
};
#undef FIELD
#undef TYPE