mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-21 04:08:27 +00:00
examples: Print a description of the program to the console on startup.
This commit is contained in:
parent
a6407e88da
commit
6a25e94472
11 changed files with 38 additions and 11 deletions
|
@ -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!
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue