X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=init.h;h=d6f6dd40b005b71c338bac61e151c83701a9323c;hp=25869d17b1d266e5440bfedaeda8a79e0633ec4d;hb=ca8568e3e0f614320732c5c8e98ecd48cf5b9bcb;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/init.h b/init.h index 25869d1..d6f6dd4 100644 --- a/init.h +++ b/init.h @@ -4,6 +4,8 @@ #include "defs.h" #include +namespace movit { + enum MovitDebugLevel { MOVIT_DEBUG_OFF = 0, MOVIT_DEBUG_ON = 1, @@ -65,4 +67,6 @@ extern bool movit_shader_rounding_supported; // Whether the GPU in use supports GL_EXT_texture_sRGB. extern bool movit_srgb_textures_supported; +} // namespace movit + #endif // !defined(_MOVIT_INIT_H)