summary refs log tree commit diff
diff options
context:
space:
mode:
-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");
+});