Datasheet: Difference between revisions
Jump to navigation
Jump to search
→Field: fix Field::Type storage type
imported>Leoetlino (→Header) |
imported>Leoetlino (→Field: fix Field::Type storage type) |
||
Line 70: | Line 70: | ||
=== Field === | === Field === | ||
<syntaxhighlight lang="c++"> | <syntaxhighlight lang="c++"> | ||
enum class Type : | enum class Type : u8 { | ||
Struct = 0, | Struct = 0, | ||
Bool = 1, | Bool = 1, |