diff options
Diffstat (limited to 'src/crepe/facade/Texture.h')
-rw-r--r-- | src/crepe/facade/Texture.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crepe/facade/Texture.h b/src/crepe/facade/Texture.h index 255e14b..cdacac4 100644 --- a/src/crepe/facade/Texture.h +++ b/src/crepe/facade/Texture.h @@ -1,8 +1,5 @@ #pragma once -// FIXME: this header can't be included because this is an API header, and SDL2 development -// headers won't be bundled with crepe. Why is this facade in the API namespace? - #include <SDL2/SDL_render.h> #include <memory> |