Update core_basic_window.c

This commit is contained in:
raysan5 2020-03-30 16:09:09 +02:00
parent e8a8d544c5
commit 44961d1975

View file

@ -4,18 +4,19 @@
* *
* Welcome to raylib! * Welcome to raylib!
* *
* To test examples, just press F6 and execute raylib_compile_execute script * To test examples in Notepad++, provided with default raylib installer package,
* just press F6 and run [raylib_compile_execute] script, it will compile and execute.
* Note that compiled executable is placed in the same folder as .c file * 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 * You can find all basic examples on [C:\raylib\raylib\examples] directory and
* raylib official webpage: www.raylib.com * raylib official webpage: [www.raylib.com]
* *
* Enjoy using raylib. :) * Enjoy using raylib. :)
* *
* This example has been created using raylib 1.0 (www.raylib.com) * 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) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
* *
* Copyright (c) 2013-2016 Ramon Santamaria (@raysan5) * Copyright (c) 2013-2020 Ramon Santamaria (@raysan5)
* *
********************************************************************************************/ ********************************************************************************************/