diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 14:52:52 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 14:52:52 +0100 |
commit | a01c2dc46daeffa0a5c92230d1513047a072c04d (patch) | |
tree | b0df9754cf9c8bd900594816f9bdac20679308c3 /src/crepe/facade/SDLContext.h | |
parent | 81664b46f5cb7c28d629ddafe4cbea7e717d62d2 (diff) | |
parent | f78e8011ee77ba5303a5e608cc81c3b303d35943 (diff) |
Merge branch 'master' into niels/RenderingParticle
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index 718c40f..9a514cb 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -20,9 +20,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 * \brief Facade for the SDL library @@ -90,9 +87,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. |