diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-03-06 23:56:57 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-03-06 23:56:57 -0500 |
| commit | 77c68660c467c4742bd1449bc1eddefb389723ca (patch) | |
| tree | e9737b8854fe5cfc31a6379ca1a14be4685b8d8e /src | |
| parent | 0085d899650006679365a1d68dcb43650c297486 (diff) | |
not entirely sure
Diffstat (limited to 'src')
| -rw-r--r-- | src/Animation.zig | 1 |
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(); |
