blob: d0d1242268388af72670c3d87ee8f2fd7b7d5a11 [file] [log] [blame]
#include "rive/core/field_types/core_uint_type.hpp"
#include "rive/core/binary_reader.hpp"
using namespace rive;
unsigned int CoreUintType::deserialize(BinaryReader& reader) { return (int)reader.readVarUint64(); }