gs-texture: Move ENABLE_BITMAPS_OPERATORS to global scope

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2019-01-14 23:03:15 +01:00 committed by Michael Fabian Dirks
parent 5492f76fd0
commit ec544bddb3

View file

@ -117,6 +117,6 @@ namespace gs {
gs_color_format get_color_format();
};
ENABLE_BITMASK_OPERATORS(gs::texture::flags)
} // namespace gs
ENABLE_BITMASK_OPERATORS(gs::texture::flags)