|
@ -5,6 +5,11 @@ |
|
|
* This example has been created using raylib 1.5 (www.raylib.com) |
|
|
* This example has been created using raylib 1.5 (www.raylib.com) |
|
|
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) |
|
|
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) |
|
|
* |
|
|
* |
|
|
|
|
|
* NOTE: This example requires raylib module [rlgl] |
|
|
|
|
|
* |
|
|
|
|
|
* Compile example using: |
|
|
|
|
|
* cmd /c IF NOT EXIST pthreadGC2.dll copy C:\raylib\raylib\src\external\pthread\pthreadGC2.dll $(CURRENT_DIRECTORY) /Y |
|
|
|
|
|
* |
|
|
* Copyright (c) 2016 Victor Fisac and Ramon Santamaria (@raysan5) |
|
|
* Copyright (c) 2016 Victor Fisac and Ramon Santamaria (@raysan5) |
|
|
* |
|
|
* |
|
|
********************************************************************************************/ |
|
|
********************************************************************************************/ |
|
|