mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-12-13 11:26:50 +01: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.