2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-07-02 19:13:43 -04:00

Color defines now only in struct

- Color defines removed. Instead use them from Color struct. E.g Color.WHITE.
This commit is contained in:
2019-02-11 11:25:09 +00:00
parent 19dab0c7a1
commit f4ef94d63f
2 changed files with 1 additions and 30 deletions

View File

@ -40,7 +40,6 @@ static class Program
The bindings are close to the original with a few changes and extensions.
- Enums are passed in as type instead of int to avoid explicit casting to a int every time.
- Added constructors for some of the types.
- Color contains
## Custom build
1. Add [raygui](https://github.com/raysan5/raygui)