X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fkeybindings.c;h=dae549741d738c07347dccd243d1d7066db7585e;hb=d951e2631a19500f1bb8c29f9e029a9d9fb29ae7;hp=b6ff412c6f734fbb48093d7ddcdf9cc539af27e8;hpb=e9d8b1aca776341c9cdaa2ea6406336661d82a76;p=plomrogue diff --git a/src/keybindings.c b/src/keybindings.c index b6ff412..dae5497 100644 --- a/src/keybindings.c +++ b/src/keybindings.c @@ -1,10 +1,11 @@ -#include +#include "keybindings.h" #include +#include #include #include #include "windows.h" -#include "roguelike.h" -#include "keybindings.h" +#include "misc.h" +#include "main.h" void init_keybindings(struct World * world) { // Initialize keybindings from file "keybindings".