summary refs log tree commit diff
path: root/src/cimport.zig
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-30 21:54:00 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-30 21:57:31 +0700
commit2434442736a40ef449c043fb60fc6d298d65e9a6 (patch)
tree05db833ce87e029eab96250cede84892bd0593c2 /src/cimport.zig
parent2432be0c7f788270221b6f9eaf3f765b6118d8c2 (diff)
downloadblackshades-2.4.4.tar.gz
Add missing source file 2.4.4
Diffstat (limited to 'src/cimport.zig')
-rw-r--r--src/cimport.zig4
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");
+});