Commit Graph

4 Commits

Author SHA1 Message Date
Ray 8a434b4fd4 Update rmodels.c 2021-09-22 13:02:44 +02:00
Ray de173a93c8 Update rmodels.c 2021-09-22 12:19:25 +02:00
Ray 37c047eabc Update rmodels.c 2021-09-22 11:28:52 +02:00
Ray 99ab4d6cb8 WARNING: MODULES RENAMING!!!
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required.

The renamed modules are:
 - `core` -> `rcore`
 - `shapes` -> `rshapes`
 - `textures` -> `rtextures`
 - `text` -> `rtext`
 - `models` -> `rmodels`
 - `camera` -> `rcamera`
 - `gestures` -> `rgestures`
 - `core` -> `rcore`

All the build systems has been adapted to this change.
2021-09-22 00:15:06 +02:00