diff options
| author | raysan5 <raysan5@gmail.com> | 2015-01-02 20:58:06 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-01-02 20:58:06 +0100 |
| commit | 8847602061d964592c468757eb535770771af1f0 (patch) | |
| tree | f9f38b6d214dc7981c20a749009d80fc948a2214 /examples/core_basic_window.c | |
| parent | e6bc655d6acf69daeff084829cfee08aba9a71a8 (diff) | |
| download | raylib-8847602061d964592c468757eb535770771af1f0.tar.gz raylib-8847602061d964592c468757eb535770771af1f0.zip | |
Examples review...
Diffstat (limited to 'examples/core_basic_window.c')
| -rw-r--r-- | examples/core_basic_window.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/core_basic_window.c b/examples/core_basic_window.c index 505d8df4..c6ad8445 100644 --- a/examples/core_basic_window.c +++ b/examples/core_basic_window.c @@ -2,6 +2,16 @@ * * raylib [core] example - Basic window * +* Welcome to raylib! +* +* To test examples, just press F6 and execute raylib_compile_execute script +* 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 +* +* 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) * |
