diff options
| author | Ray <[email protected]> | 2021-06-16 14:09:28 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-16 14:09:28 +0200 |
| commit | 3ae40c35e685a19c2ddfe2e5ddcadc2571b8f322 (patch) | |
| tree | 381179abd50ccebb58d9ecb083acc7ef0e353acc /examples/examples_template.c | |
| parent | 4b93feb172addaf266f2cccb2e08c170cf5b9767 (diff) | |
| download | raylib-3ae40c35e685a19c2ddfe2e5ddcadc2571b8f322.tar.gz raylib-3ae40c35e685a19c2ddfe2e5ddcadc2571b8f322.zip | |
Update examples_template.c
Diffstat (limited to 'examples/examples_template.c')
| -rw-r--r-- | examples/examples_template.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/examples_template.c b/examples/examples_template.c index 8dc31706..f1741104 100644 --- a/examples/examples_template.c +++ b/examples/examples_template.c @@ -41,16 +41,18 @@ * * raylib [core] example - Basic window * -* This example has been created using raylib 2.5 (www.raylib.com) +* This example has been created using raylib 3.8 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Copyright (c) 2019 Ramon Santamaria (@raysan5) +* Example contributed by <user_name> (@<user_github>) and reviewed by Ramon Santamaria (@raysan5) +* +* Copyright (c) 2021 <user_name> (@<user_github>) * ********************************************************************************************/ #include "raylib.h" -int main() +int main(void) { // Initialization //-------------------------------------------------------------------------------------- |
