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
11 changed files with 38 additions and 11 deletions
+3
View File
@@ -0,0 +1,3 @@
This example code creates an SDL window and renderer, and then clears the
window to a different color every frame, so you'll effectively get a window
that's smoothly fading between colors.