diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-28 12:54:27 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-28 12:54:27 +0100 |
commit | 85aa57e33d493502b05984ce44db6c68f627a6f2 (patch) | |
tree | a7686c196877de9cb3b09848c5ed7aaffc9c8dc9 /src/crepe/facade | |
parent | 9d9c4fc4565f0ef0fc81c8baeef804389f07afc2 (diff) |
`make format`
Diffstat (limited to 'src/crepe/facade')
-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 8b38111..6030a6e 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -16,7 +16,6 @@ namespace crepe { - // TODO: SDL_Keycode is defined in a header not distributed with crepe, which means this // typedef is unusable when crepe is packaged. Wouter will fix this later. typedef SDL_Keycode CREPE_KEYCODES; |