Fix file exists in multiple modules error when including raymath (again)

This commit is contained in:
Not-Nik 2024-02-12 00:46:59 +01:00
parent 7f73ddfa72
commit f8735a8cc7
Failed to generate hash of commit
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
// raylib-zig (c) Nikolas Wipper 2023
const rl = @import("raylib-zig.zig");
const rl = @import("raylib-zig");
const rlm = @import("raylib-zig-math.zig");