* All lists of #defines now replaced with enums * All flags are now defined using the "(1 << x)" style, which is easier to read/maintain than the other variations
* All lists of #defines now replaced with enums * All flags are now defined using the "(1 << x)" style, which is easier to read/maintain than the other variations