Datasheet: Difference between revisions

Jump to navigation Jump to search
→‎Field: fix Field::Type storage type
imported>Leoetlino
imported>Leoetlino
(→‎Field: fix Field::Type storage type)
Line 70: Line 70:
=== Field ===
=== Field ===
<syntaxhighlight lang="c++">
<syntaxhighlight lang="c++">
enum class Type : u16 {
enum class Type : u8 {
   Struct = 0,
   Struct = 0,
   Bool = 1,
   Bool = 1,
Anonymous user

Navigation menu