]> git.sesse.net Git - movit/blobdiff - init.h
Ignore .ld files.
[movit] / init.h
diff --git a/init.h b/init.h
index 25869d17b1d266e5440bfedaeda8a79e0633ec4d..d6f6dd40b005b71c338bac61e151c83701a9323c 100644 (file)
--- a/init.h
+++ b/init.h
@@ -4,6 +4,8 @@
 #include "defs.h"
 #include <string>
 
+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)