diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-18 21:07:26 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-18 21:07:26 +0100 |
commit | 66bbea079bf1ae84c355349d337db468c18eac32 (patch) | |
tree | 68a3d8baf7e8104a375b0d5a2c515cdd8b03951f /src/crepe/facade/SDLContext.h | |
parent | bae2501c9e2604497db152d5e3df6a018cdd6858 (diff) |
feedback from PR#38 implemented
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index 007092b..d437bc4 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -21,8 +21,6 @@ namespace crepe { // typedef is unusable when crepe is packaged. Wouter will fix this later. typedef SDL_Keycode CREPE_KEYCODES; -class Texture; -class LoopManager; /** * \class SDLContext @@ -91,9 +89,6 @@ private: //! Will use the funtions: texture_from_path, get_width,get_height. friend class Texture; - //! Will use the funtions: texture_from_path, get_width,get_height. - friend class Animator; - /** * \brief Loads a texture from a file path. * \param path Path to the image file. |