From df5c8e46a365f3de168ee05bd91dbf71a8ff09c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Sat, 15 Jan 2022 10:50:40 +0700 Subject: Port to Zig 0.9 --- src/cimport.zig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/cimport.zig') diff --git a/src/cimport.zig b/src/cimport.zig index b5d66e9..88061db 100644 --- a/src/cimport.zig +++ b/src/cimport.zig @@ -1,4 +1,9 @@ usingnamespace @cImport({ + @cInclude("AL/al.h"); + @cInclude("GL/gl.h"); + @cInclude("GL/glu.h"); + @cInclude("lodepng.h"); + @cInclude("Game.h"); @cInclude("Constants.h"); }); -- cgit v1.2.3