17 Oct
2016
17 Oct
'16
12:18 p.m.
On 13/10/16 06:13, ivy.foster@gmail.com wrote:
From: Ivy Foster <ivy.foster@gmail.com>
Many bitfield variables are declared to be enums, because they are generated using bitwise operations on enums such. However, their actual values aren't necessary members of their parent enum, so declaring them 'int' is more accurate.
Looks good to me. A