move extension to the fork
This commit is contained in:
parent
00eb2f2707
commit
f1dcc0f1b5
4 changed files with 6 additions and 678 deletions
|
|
@ -1,5 +1,8 @@
|
|||
pub const raylib = @cImport({
|
||||
@cInclude("raylib_extension.h");
|
||||
@cInclude("raylib.h");
|
||||
@cInclude("rlgl.h");
|
||||
@cInclude("raymath.h");
|
||||
@cInclude("rchunks_extension.h");
|
||||
});
|
||||
|
||||
pub const v3 = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue