summary refs log tree commit diff
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
parent2432be0c7f788270221b6f9eaf3f765b6118d8c2 (diff)
downloadblackshades-2.4.4.tar.gz
Add missing source file 2.4.4
-rw-r--r--CHANGES7
-rw-r--r--src/cimport.zig4
2 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5d41932..33f85d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Tag:	2.4.4
+Date:	2021-10-30
+
+	Fix up for 2.4.3
+
+	Missing src/cimport.zig has been committed to Git.
+
 Tag:	2.4.3
 Date:	2021-10-29
 
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");
+});