raylib-cpp icon indicating copy to clipboard operation
raylib-cpp copied to clipboard

Root Namespace

Open RobLoach opened this issue 2 years ago • 1 comments

Allow using the root namespace for the classes and methods?

RobLoach avatar Dec 24 '21 20:12 RobLoach

This could end up causes lots of naming conflicts. We do have using RAudioStream = raylib::AudioStream; in each class though.

RobLoach avatar Feb 26 '24 21:02 RobLoach