RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
546 stars 31 forks source link

Sync with sdl3 renames #220

Closed pusewicz closed 2 months ago

pusewicz commented 2 months ago

This PR addresses changes done in SDL3 rename PR.

This mostly implements the necessary renames of the structs and fields of those structs.

[!NOTE] This PR includes changes from https://github.com/RandyGaul/cute_framework/pull/215. I'm happy to remove this and rebase once a working, green master branch is available.

RandyGaul commented 2 months ago

Very helpful and good work!