summary refs log tree commit diff
path: root/src/cimport.zig
blob: efde6b723f4fdd19720d3be3108c78b4669e3767 (plain) (blame)
1
2
3
4
5
usingnamespace @cImport({
    @cInclude("Game.h");
    @cInclude("Constants.h");
    @cInclude("Quaternions.h");
});