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