Watch
2
0
Fork
You've already forked raylib-cs
0

Updated enums + cleanup

- Enums updated to match current raylib version. Also moved around to the order matches.
This commit is contained in:
Rgebee 2018-12-03 16:14:27 +00:00
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
}
}