From 8c27f2b770f4e1de8de1f990d90993427848aafa Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 28 Jan 2023 22:44:07 +0000 Subject: [PATCH] Added README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea8adcb --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# SDL Boilerplate + +A quick boilerplate for setting up a simple SDL program that creates a window and a renderer and handles the quit event.