apply review suggestions

This commit is contained in:
iacore 2024-01-29 08:25:02 +00:00
parent 99b1119adb
commit 1ca51fe8aa
Failed to generate hash of commit
6 changed files with 52 additions and 78 deletions

View file

@ -1,7 +1,6 @@
// raylib-zig (c) Nikolas Wipper 2023
const rl = @This();
const rlm = @import("raylib-zig-math.zig");
const std = @import("std");
pub const RaylibError = error{GenericError};