]> git.sesse.net Git - movit/blobdiff - texture_enum.h
Move the widgets into its own source file.
[movit] / texture_enum.h
diff --git a/texture_enum.h b/texture_enum.h
new file mode 100644 (file)
index 0000000..e1e956f
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef _TEXTURE_ENUM_H
+#define _TEXTURE_ENUM_H 1
+
+enum textures {
+       SOURCE_IMAGE = 1,
+       SRGB_LUT = 2,
+       SRGB_REVERSE_LUT = 3,
+       HSV_WHEEL = 4,
+};
+
+#endif // !defined(_TEXTURE_ENUM_H)
+