diff --git a/source/gs-texture.hpp b/source/gs-texture.hpp index b30af0f..5c65431 100644 --- a/source/gs-texture.hpp +++ b/source/gs-texture.hpp @@ -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)