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

Color defines now only in struct

- Color defines removed. Instead use them from Color struct. E.g Color.WHITE.
This commit is contained in:
Rgebee 2019-02-11 11:25:09 +00:00
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)