]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/pipeline.h
Add compatibility typedefs for the pipeline classes
[libs/gl.git] / source / render / pipeline.h
diff --git a/source/render/pipeline.h b/source/render/pipeline.h
new file mode 100644 (file)
index 0000000..c3d87b2
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef MSP_GL_PIPELINE_H_
+#define MSP_GL_PIPELINE_H_
+
+#include "sequence.h"
+
+namespace Msp {
+namespace GL {
+
+DEPRECATED typedef Sequence Pipeline;
+
+} // namespace GL
+} // namespace Msp
+
+#endif