mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
- I originally made extensions to separate things to help with code generation. Although since they are fairly simple I have now changed my mind and moved them back into their modules. - Removed partial from raylib structs. This allowed extending them but I think it makes it harder to understand raylib types from looking at it. - Minor constructors additions and changes.