mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-06-08 23:08:19 +02:00
Update classes
This commit is contained in:
parent
e3dfde5531
commit
f0b58b5d15
74 changed files with 77 additions and 77 deletions
|
@ -17,7 +17,7 @@ namespace RaylibBeefGenerator
|
|||
|
||||
private static Dictionary<string, FileDefinition> jsonFiles = new()
|
||||
{
|
||||
{ "raylib.json", new ("Raylib", "") },
|
||||
{ "raylib.json", new ("Raylib", "Raylib") },
|
||||
{ "rlgl.json", new("Rlgl", "Rlgl") },
|
||||
{ "raymath.json", new("Raymath", "Raymath") }
|
||||
};
|
||||
|
@ -36,7 +36,7 @@ namespace RaylibBeefGenerator
|
|||
|
||||
#region Output Defines
|
||||
private static string ImportLib = "raylib.dll";
|
||||
private static string Namespace = "Raylib";
|
||||
private static string Namespace = "RaylibBeef";
|
||||
#endregion
|
||||
|
||||
public static void Main(string[] args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue