diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-30 21:54:00 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-30 21:57:31 +0700 |
commit | 2434442736a40ef449c043fb60fc6d298d65e9a6 (patch) | |
tree | 05db833ce87e029eab96250cede84892bd0593c2 /src | |
parent | 2432be0c7f788270221b6f9eaf3f765b6118d8c2 (diff) | |
download | blackshades-2.4.4.tar.gz |
Add missing source file 2.4.4
Diffstat (limited to 'src')
-rw-r--r-- | src/cimport.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cimport.zig b/src/cimport.zig new file mode 100644 index 0000000..b5d66e9 --- /dev/null +++ b/src/cimport.zig @@ -0,0 +1,4 @@ +usingnamespace @cImport({ + @cInclude("Game.h"); + @cInclude("Constants.h"); +}); |