-
Hello, I am trying the example code "models_loading.c". It uses the file dropping function. But it seems the GetDroppedFiles and ClearDroppedFiles functions are not available in raylib 4.0. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@wlxmhls Those functions have been replaced by |
Beta Was this translation helpful? Give feedback.
-
external folder missing 'physac.h', which is physics engine header file, needed by examples of physics. Hope the raylib gets better and better. |
Beta Was this translation helpful? Give feedback.
@wlxmhls Those functions have been replaced by
LoadDroppedFiles()
andUnloadDroppedFiles()
, now they are more consistent with other functions in the library. Examples have been properly updated, you can check them on GitHub.