diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-15 12:17:21 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-15 12:17:21 +0200 |
commit | a3eb81cc6b70c03fb40ac4dcd140d5f3ad241ceb (patch) | |
tree | 9d116014f1bb7ff40dab5dbd73a3cb887ef43311 /Scancode.h | |
parent | 28ed8918eaf62969f507fc678b4ac31f195bf257 (diff) |
move file loading command + try GUI file loading (still broken)
Diffstat (limited to 'Scancode.h')
-rw-r--r-- | Scancode.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Scancode.h b/Scancode.h deleted file mode 100644 index d838bf2..0000000 --- a/Scancode.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -typedef enum { - KEY_SPACE = 44, - KEY_ENTER = 40, - KEY_O = 18, - KEY_A = 4, - KEY_LEFT = 80, - KEY_RIGHT = 79, -} Scancode; - |