2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-12-16 20:34:58 +01: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 2104ac1534
commit d76e1f3c96
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
}
}