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.
*/
#ifndef DRAW_GL4_H
#define DRAW_GL4_H
#include <testbed/framework/draw.h>
#include <glad_4/glad.h>
@ -1038,4 +1041,6 @@ struct DrawSolid
DrawSolidSphere m_sphere;
DrawSolidCylinder m_cylinder;
};
};
#endif