-
- Downloads
Don't pass enums in the `cell_*_flag` functions, but rather use the type of...
Don't pass enums in the `cell_*_flag` functions, but rather use the type of the `flags` value itself. Using the enum causes problems when passing the union of more than one flag.
Please register or sign in to comment