From 4670ac42a773ea97157f71d78687f79d6ba3c1d9 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 26 Mar 2023 00:52:13 -0400 Subject: added loading images as well as loding textures --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index aeadb63..74a9ca9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "external/STC"] path = external/STC url = https://github.com/realtradam/STC-modified +[submodule "external/SDL_image"] + path = external/SDL_image + url = https://github.com/libsdl-org/SDL_image -- cgit v1.2.3