diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-26 19:19:21 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-26 19:19:21 +0100 |
commit | c5d1b46ba804eaabdb4fc2f4f4295292032def65 (patch) | |
tree | ca3b6410a6f3c1b9f5291e182fd9d25e39efc08c /src/crepe/api | |
parent | b4c07db977ab18302a0d953ef22a32a171e688f8 (diff) |
implemented all the feedback
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Texture.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/Texture.cpp b/src/crepe/api/Texture.cpp index 264d7b1..eeb86e9 100644 --- a/src/crepe/api/Texture.cpp +++ b/src/crepe/api/Texture.cpp @@ -1,5 +1,3 @@ -#include <SDL2/SDL_render.h> - #include "../facade/SDLContext.h" #include "../util/Log.h" |