Codechange: allow certain enumeration to be added
Otherwise C++20 doesn't like it.
This commit is contained in:
@@ -45,6 +45,7 @@ enum ZoomLevel : byte {
|
||||
|
||||
};
|
||||
DECLARE_POSTFIX_INCREMENT(ZoomLevel)
|
||||
DECLARE_ENUM_AS_ADDABLE(ZoomLevel)
|
||||
|
||||
extern int _gui_scale;
|
||||
extern int _gui_scale_cfg;
|
||||
|
Reference in New Issue
Block a user