diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 11:53:17 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-20 11:53:17 +0100 |
commit | 5121e95e5ba98ca5cadfb63b7603731dfb41a322 (patch) | |
tree | 9c3131ff5e9aad2522c6362b187f77f04ce2da91 /src/crepe/facade/SDLContext.h | |
parent | 9fb2e3a1d697f4961379980651e5434395e372bd (diff) |
implemented feedback
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-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 d437bc4..652a83e 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -21,7 +21,6 @@ namespace crepe { // typedef is unusable when crepe is packaged. Wouter will fix this later. typedef SDL_Keycode CREPE_KEYCODES; - /** * \class SDLContext * \brief Facade for the SDL library |