RobLoach / raylib-cpp

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

Remove unneeded inline keyword from class methods #270

Closed ghost closed 10 months ago

ghost commented 10 months ago

The C++ ISO standard says: "A function defined within a class definition is an inline function."

RobLoach commented 10 months ago

Nice!