aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 12:54:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 12:54:27 +0100
commit85aa57e33d493502b05984ce44db6c68f627a6f2 (patch)
treea7686c196877de9cb3b09848c5ed7aaffc9c8dc9 /src/crepe/facade
parent9d9c4fc4565f0ef0fc81c8baeef804389f07afc2 (diff)
`make format`
Diffstat (limited to 'src/crepe/facade')
-rw-r--r--src/crepe/facade/SDLContext.h1
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;