Skip to content
Snippets Groups Projects
Commit 99f4da2f authored by Janis Born's avatar Janis Born
Browse files

add deprecation guards to FrameBufferObjectControl.hh

parent d97edad4
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
#ifndef ACGL_OPENGL_CONTROLLER_FRAMEBUFFEROBJECTCONTROL_HH
#define ACGL_OPENGL_CONTROLLER_FRAMEBUFFEROBJECTCONTROL_HH
#ifdef ACGL_INCLUDE_DEPRECATED_FUNCTIONALITY
#include <ACGL/ACGL.hh>
#include <ACGL/Resource/BasicCreateController.hh>
......@@ -83,5 +84,6 @@ protected:
} // OpenGL
} // ACGL
#endif // ACGL_INCLUDE_DEPRECATED_FUNCTIONALITY
#endif // ACGL_OPENGL_CONTROLLER_FRAMEBUFFERCONTROL_HH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment