Closed furudbat closed 8 months ago
Great idea! 😉
With these additions, we'll be able to overload the other file methods too. Mind if we get a couple tests in place for them? Just something simple.
Should be working I moved them from my other Project :^) ... I also add some tests.
I would recommend using a test framework like Catch2 or google-test, like I did in my fork.
Was considering catch2 a while ago, but wanted to keep the syntax similar to raylib formatting. And just needed some simple assertions anyway 😉
Add Wrapper for Files management functions (
LoadFileData
,LoadFileText
, ...)