diff options
Diffstat (limited to 'src/main.zig')
-rw-r--r-- | src/main.zig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.zig b/src/main.zig index f80d316..d7a1da1 100644 --- a/src/main.zig +++ b/src/main.zig @@ -25,13 +25,6 @@ const gl = @import("zgl"); const legacy = @cImport(@cInclude("Game.h")); const misc = @import("misc.zig"); -comptime { - // Work around lazy compilation. - @export(misc.loadSound, .{ .name = "loadSound" }); - @export(misc.loadTexture, .{ .name = "loadTexture" }); - @export(misc.playSound, .{ .name = "playSound" }); -} - var game: *legacy.Game = undefined; fn resizeWindow(window: ?*gf.Window.Impl, |