diff options
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pub usingnamespace @cImport({ - @cInclude("epoxy/gl.h"); - @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"); }); |
