Browse Source

Update core_basic_window.c

pull/1162/head
raysan5 4 years ago
parent
commit
44961d1975
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      examples/core/core_basic_window.c

+ 5
- 4
examples/core/core_basic_window.c View File

@ -4,18 +4,19 @@
*
* 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
*
* You can find all basic examples on C:\raylib\raylib\examples folder or
* raylib official webpage: www.raylib.com
* You can find all basic examples on p">[C:\raylib\raylib\examples] directory and
* raylib official webpage: p">[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)
*
* Copyright (c) 2013-2016 Ramon Santamaria (@raysan5)
* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/

Loading…
Cancel
Save