diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-05 15:47:55 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-05 15:47:55 -0400 |
commit | 456ef376530fc4644732d499c862f1413b9987d9 (patch) | |
tree | ab28615220d16a9c32b6b1dab6ad4313b43ac0fb /include/window.hpp | |
parent | 66991ce9b81f4af3c095d38fa2187837d94e5469 (diff) |
level solid; basic collision/gravity
Diffstat (limited to 'include/window.hpp')
-rw-r--r-- | include/window.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/window.hpp b/include/window.hpp index d245b33..ad8392c 100644 --- a/include/window.hpp +++ b/include/window.hpp @@ -11,6 +11,7 @@ extern SDL_Renderer *renderer; int sdl2Initialize(); SDL_Texture *sdl2LoadTexture(const char *path); +SDL_Surface *sdl2LoadSolid(const char *path); #endif // WINDOW_HPP |