raylib/raymath/rlgl/raygui: Expose cdef (#152)
This commit is contained in:
parent
855ab9cd70
commit
01b6e1a2e2
8 changed files with 18 additions and 16 deletions
|
|
@ -1,14 +1,13 @@
|
|||
const rl = @import("raylib-zig");
|
||||
const std = @import("std");
|
||||
const cdef = @import("raygui-ext.zig");
|
||||
|
||||
pub const cdef = @import("raygui-ext.zig");
|
||||
|
||||
test {
|
||||
std.testing.refAllDeclsRecursive(@This());
|
||||
}
|
||||
|
||||
pub const RayguiError = error{
|
||||
GetIcons
|
||||
};
|
||||
pub const RayguiError = error{GetIcons};
|
||||
|
||||
const Vector2 = rl.Vector2;
|
||||
const Vector3 = rl.Vector3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue