summaryrefslogtreecommitdiffhomepage
path: root/examples/core/core_basic_window.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-03-30 16:09:09 +0200
committerraysan5 <[email protected]>2020-03-30 16:09:09 +0200
commit44961d1975ca9374ff446eab9df35ca9fc9ca25c (patch)
tree15d95798bf3ffdb90a9a94c3f71949f136c29c57 /examples/core/core_basic_window.c
parente8a8d544c594b81b778c1e1258173837de61b001 (diff)
downloadraylib-44961d1975ca9374ff446eab9df35ca9fc9ca25c.tar.gz
raylib-44961d1975ca9374ff446eab9df35ca9fc9ca25c.zip
Update core_basic_window.c
Diffstat (limited to 'examples/core/core_basic_window.c')
-rw-r--r--examples/core/core_basic_window.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/core/core_basic_window.c b/examples/core/core_basic_window.c
index 3c103a5f..dce8622e 100644
--- a/examples/core/core_basic_window.c
+++ b/examples/core/core_basic_window.c
@@ -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 [C:\raylib\raylib\examples] directory and
+* 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)
*
-* Copyright (c) 2013-2016 Ramon Santamaria (@raysan5)
+* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5)
*
********************************************************************************************/