summary refs log tree commit diff
path: root/src/main.zig
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-08-24 04:21:46 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-08-24 04:30:20 +0900
commitefd25d51cdd7a9cadda1c0f6983905fc17545f14 (patch)
tree8dea973669d8dfe4e7209c9f419bf8cbbf483323 /src/main.zig
parent2598835c54a3869a477d287d2845bbe42790a359 (diff)
downloadblackshades-2.5.1.tar.gz
Fix decal fading animation 2.5.1
Also fix missing decal regression.

Fixes: 48417e11854f8 ("Make XYZ C-compatible")
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index b44b592..afffafd 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -37,6 +37,7 @@ var game: *c.Game = undefined;
 var prng: DefaultPrng = undefined;
 
 comptime {
+    _ = @import("decal.zig");
     _ = @import("geom.zig");
 } // export functions in C ABI