2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Updated enums + cleanup

- Enums updated to match current raylib version. Also moved around to the order matches.
This commit is contained in:
2018-12-03 16:14:27 +00:00
parent ac7cd5a82c
commit 9e1c019c48
3 changed files with 304 additions and 240 deletions

View File

@@ -351,7 +351,6 @@ namespace Raylib
[DllImport(nativeLibName,CallingConvention = CallingConvention.Cdecl)]
public static extern bool GuiMessageBox(Rectangle bounds, string windowTitle, string message);
#endregion
#endregion
}
}