Review comments

This commit is contained in:
Ray
2018-06-02 18:28:07 +02:00
parent 651322600a
commit 09b611c11e
2 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,11 @@
/******************************************************************************************* /*******************************************************************************************
* *
* raygui - image exporter window box test * raygui - image exporter example
* *
* This example has been created using raylib v1.9 (www.raylib.com) * This example has been created using raylib v2.0 (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)
* *
* Copyright (c) 2018 Ramon Santamaria (@raysan5) * Copyright (c) 2018 raylib technologies (@raylibtech)
* *
********************************************************************************************/ ********************************************************************************************/

View File

@ -1,10 +1,11 @@
/******************************************************************************************* /*******************************************************************************************
* *
* raw_importer - image raw importer * raygui - image raw importer example
* *
* LICENSE: zlib/libpng * This example has been created using raylib v2.0 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
* *
* Copyright (c) 2018 raylib technologies * Copyright (c) 2018 raylib technologies (@raylibtech)
* *
**********************************************************************************************/ **********************************************************************************************/