Updated raylib arquitecture (markdown)

Ray
2017-08-25 01:06:54 +02:00
parent 55e13a5acf
commit ad96933c95

@ -1,4 +1,4 @@
![image](https://github.com/raysan5/raylib/blob/master/docs/images/raylib_architecture.png)
![image](https://github.com/raysan5/raylib.com/blob/master/images/raylib_architecture.png)
raylib is a very modular library, defined by a small number of specific and self-contained modules. Every module is organized by its main functionality (avoiding hundreds of modules depending on other modules, like other C libraries).