mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Updated bindings!
- Changed internal class name from rl to Raylib. - Improving documentation and tidying bindings a bit. - Renamed DrawControl to RayForm. - Bindings now a class library for easy reuse.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/**********************************************************************************************
|
||||
*
|
||||
* Rlgl
|
||||
* Original - https://github.com/raysan5/raylib/blob/master/src/rlgl.h
|
||||
*
|
||||
**********************************************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
@@ -13,7 +19,7 @@ namespace Raylib
|
||||
|
||||
#endregion
|
||||
|
||||
public static partial class rl
|
||||
public static partial class Raylib
|
||||
{
|
||||
#region Raylib-cs Variables
|
||||
|
||||
|
Reference in New Issue
Block a user