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