Skip to content

Commit

Permalink
fix input.c sdl import
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Aug 24, 2024
1 parent 1c4fa7f commit 173be3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "config.h"
#include "gamecontrollers.h"
#include "render.h"
#include <SDL2/SDL.h>
#include <SDL.h>

uint8_t keyjazz_enabled = 0;
uint8_t keyjazz_base_octave = 2;
Expand Down

0 comments on commit 173be3c

Please sign in to comment.