diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..92429bd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "raylib-api"] + path = raylib-api + url = https://github.com/RobLoach/raylib-api diff --git a/raylib-api b/raylib-api new file mode 160000 index 0000000..75b79a9 --- /dev/null +++ b/raylib-api @@ -0,0 +1 @@ +Subproject commit 75b79a9bb1368c483aa575205435dc49f16c58fc diff --git a/raylib-beef/src/test/Raylib.bf b/raylib-beef/src/test/Raylib.bf index c15425a..3dc8596 100644 --- a/raylib-beef/src/test/Raylib.bf +++ b/raylib-beef/src/test/Raylib.bf @@ -5,6 +5,7 @@ namespace Raylib; static { + /// Used internally for bindings. public const String RAYLIB_LIB = "raylib.dll"; [Import(RAYLIB_LIB), CallingConvention(.Cdecl), LinkName("InitWindow")]