We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7ab04 commit 162efc1Copy full SHA for 162efc1
1 file changed
examples/core/core_basic_window.c
@@ -4,9 +4,12 @@
4
*
5
* Welcome to raylib!
6
7
-* To test examples, just press F6 and execute raylib_compile_execute script
+* To test examples, just press F6 and execute 'raylib_compile_execute' script
8
* Note that compiled executable is placed in the same folder as .c file
9
10
+* To test the examples on Web, press F6 and execute 'raylib_compile_execute_web' script
11
+* Web version of the program is generated in the same folder as .c file
12
+*
13
* You can find all basic examples on C:\raylib\raylib\examples folder or
14
* raylib official webpage: www.raylib.com
15
0 commit comments