RobLoach / raylib-cpp

C++ Object Oriented Wrapper for raylib
https://robloach.github.io/raylib-cpp/
zlib License
630 stars 79 forks source link

Added `const` to member functions where possible #260

Closed Bigfoot71 closed 11 months ago

Bigfoot71 commented 11 months ago

I have simply introduced const wherever it was feasible. The idea came to me from encountering an issue while measuring text within a const draw method. I have also tried to include it in other areas that I think are appropriate and non-disruptive.

RobLoach commented 11 months ago

These have been great additions :+1: Thanks so much.