diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 19:51:40 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-11 19:51:40 +0100 |
commit | 95d124454ff1c070f1fe49aff8b78a059a6fa8e9 (patch) | |
tree | 73f0bff7e489035241a0871e91ba3b99fc2593e8 /src | |
parent | e324ccb9b385b22db99575826a86501faba3a49d (diff) |
removed \class in sdlcontext
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index 259d4b5..bcadf87 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -24,7 +24,6 @@ class Texture; class Mediator; /** - * \class SDLContext * \brief Facade for the SDL library * * SDLContext is a singleton that handles the SDL window and renderer, provides methods for |