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

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