From 883688f3009291b9e5d2baa121cf8a3da8ac9d0e Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 20 Oct 2019 20:11:41 +0200 Subject: finish GLFW impl --- src/c.zig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/c.zig') diff --git a/src/c.zig b/src/c.zig index eeea35f..a4e20cc 100644 --- a/src/c.zig +++ b/src/c.zig @@ -1,5 +1,6 @@ pub usingnamespace @cImport({ - @cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", "1"); - @cInclude("cimgui.h"); - @cInclude("GLFW/glfw3.h"); + @cInclude("epoxy/gl.h"); + @cDefine("CIMGUI_DEFINE_ENUMS_AND_STRUCTS", "1"); + @cInclude("cimgui.h"); + @cInclude("GLFW/glfw3.h"); }); -- cgit v1.2.3