RobLoach/raylib-cpp

Split implementation from header?

RobLoach opened this issue · 1 comments

Possibly split the function implementations from their definitions?

Have a RAYLIB_CPP_IMPLEMENTATION define to have it split? Could speed up compilations.

Naw, we're okay. Everything becomes inline.