RobLoach / raylib-cpp

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

C++17 update & no more string copies #293

Closed ghost closed 7 months ago

kyomawolf commented 7 months ago

please see discussion at #292

RobLoach commented 7 months ago

Thanks for the work here! Added these messages as overloaded functions so that you don't need to .c_str() them :+1: