RobLoach/raylib-cpp

Warnings on Static Functions

RobLoach opened this issue · 2 comments

getting a few unused functions - LoadDroppedFiles, LoadDirectoryFiles, and LoadFileText

We should likely move those to a class, or something so that we don't get the warnings anymore.