mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-14 13:06:56 +01:00
Add raylib-api as submodule
This commit is contained in:
parent
ae167926fc
commit
f42f633491
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "raylib-api"]
|
||||
path = raylib-api
|
||||
url = https://github.com/RobLoach/raylib-api
|
1
raylib-api
Submodule
1
raylib-api
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 75b79a9bb1368c483aa575205435dc49f16c58fc
|
|
@ -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")]
|
||||
|
|
Loading…
Add table
Reference in a new issue