summaryrefslogtreecommitdiff
path: root/src/Animation.zig
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-03-06 23:56:57 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-03-06 23:56:57 -0500
commit77c68660c467c4742bd1449bc1eddefb389723ca (patch)
treee9737b8854fe5cfc31a6379ca1a14be4685b8d8e /src/Animation.zig
parent0085d899650006679365a1d68dcb43650c297486 (diff)
not entirely sure
Diffstat (limited to 'src/Animation.zig')
-rw-r--r--src/Animation.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Animation.zig b/src/Animation.zig
index 5201193..93255ec 100644
--- a/src/Animation.zig
+++ b/src/Animation.zig
@@ -1,6 +1,5 @@
const root = @import("root.zig");
const rl = @cImport(@cInclude("raylib.h"));
-const rlm = @cImport(@cInclude("raymath.h"));
const Animation = @This();