This commit is contained in:
Irlan 2018-04-12 01:52:29 -03:00
parent eb698f146a
commit 2af83c8bfc

View File

@ -16,6 +16,9 @@
* 3. This notice may not be removed or altered from any source distribution. * 3. This notice may not be removed or altered from any source distribution.
*/ */
#ifndef DRAW_GL4_H
#define DRAW_GL4_H
#include <testbed/framework/draw.h> #include <testbed/framework/draw.h>
#include <glad_4/glad.h> #include <glad_4/glad.h>
@ -1039,3 +1042,5 @@ struct DrawSolid
DrawSolidSphere m_sphere; DrawSolidSphere m_sphere;
DrawSolidCylinder m_cylinder; DrawSolidCylinder m_cylinder;
}; };
#endif