mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Some work on the new binary formats that doesn't break current code.
This commit is contained in:
15
src/FieldNames.h
Normal file
15
src/FieldNames.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __FIELDNAMES__
|
||||
#define __FIELDNAMES__
|
||||
|
||||
#include "SerializedTypes.h"
|
||||
#include "SerializedObject.h"
|
||||
|
||||
struct FieldName
|
||||
{
|
||||
SOE_Field field;
|
||||
const char *fieldName;
|
||||
SerializedTypeID fieldType;
|
||||
int fieldValue;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user