Color defines now only in struct
- Color defines removed. Instead use them from Color struct. E.g Color.WHITE.
This commit is contained in:
parent
19dab0c7a1
commit
f4ef94d63f
2 changed files with 1 additions and 30 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue