/********************************************************************************************** * * Rlgl * Original - https://github.com/raysan5/raylib/blob/master/src/rlgl.h * **********************************************************************************************/ using System; using System.Runtime.InteropServices; namespace Raylib { #region Raylib-cs Enums #endregion #region Raylib-cs Types #endregion public static partial class Raylib { #region Raylib-cs Variables #endregion #region Raylib-cs Functions #endregion } }