Bigfoot71 / raymob

Simple raylib implementation for Android
Other
86 stars 19 forks source link

Add `context.getCacheDir` in `raymob.h` #16

Closed mbekkomo closed 6 months ago

mbekkomo commented 6 months ago

Adding context.getCacheDir in the header file would be nice.

Bigfoot71 commented 6 months ago

@cattokomo Thanks for the suggestion, this is done in https://github.com/Bigfoot71/raymob/commit/33f42d40c286f0d5de6b8a6aa85c43089f1abed3

So now you have the GetCacheDir(void) function provided in raymob.h. The function allocates memory on the heap for the returned string, remember to free it!