examples: Print a description of the program to the console on startup.

This commit is contained in:
Ryan C. Gordon 2024-07-30 12:22:39 -04:00
parent a6407e88da
commit 6a25e94472
No known key found for this signature in database
GPG key ID: FA148B892AB48044
11 changed files with 38 additions and 11 deletions

View file

@ -1,6 +1,6 @@
/*
* This example code creates an SDL window and renderer, and then draws a few
* lines and rectangles to it every frame.
* This example creates an SDL window and renderer, and then draws some lines,
* rectangles and points to it every frame.
*
* This code is public domain. Feel free to use it for any purpose!
*/