Examples review...

This commit is contained in:
raysan5 2015-01-02 20:58:06 +01:00
parent e6bc655d6a
commit 8847602061
9 changed files with 26 additions and 16 deletions

View file

@ -2,6 +2,16 @@
*
* raylib [core] example - Basic window
*
* Welcome to raylib!
*
* To test examples, just press F6 and execute raylib_compile_execute script
* Note that compiled executable is placed in the same folder as .c file
*
* You can find all basic examples on C:\raylib\raylib\examples folder or
* raylib official webpage: www.raylib.com
*
* Enjoy using raylib. :)
*
* This example has been created using raylib 1.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*