about summary refs log tree commit diff
path: root/src/cimport.zig
blob: c55d9168868bec3b469c729338a86fd65cd6d60e (plain) (blame)
1
2
3
4
5
6
7
pub usingnamespace @cImport({
    @cInclude("AL/al.h");
    @cInclude("GL/gl.h");

    @cInclude("Game.h");
    @cInclude("Constants.h");
});