From 1411758aefce21613c8b43e3dc7d46f1715f91d5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Mon, 8 Jan 2024 00:14:08 +0000 Subject: [PATCH] Update README.md --- .gitmodules | 3 +++ README.md | 4 ++-- intern/aliases | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 intern/aliases diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fdbee00 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "intern/aliases"] + path = intern/aliases + url = https://git.thewizardapprentice.com/abdelrahman/c-cpp-aliases.git diff --git a/README.md b/README.md index f1d9688..b5e4fa3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# SDL Boilerplate +# Drag and drop test -Boilerplate for setting up a simple SDL program that creates a window and a renderer and handles the quit event. +Test opening and image by drag and dropping diff --git a/intern/aliases b/intern/aliases new file mode 160000 index 0000000..f95f3aa --- /dev/null +++ b/intern/aliases @@ -0,0 +1 @@ +Subproject commit f95f3aa499910286876c1f2cdceea8146ebcf7b1