home · contact · privacy
Added command to focus map on player.
[plomrogue] / src / keybindings.c
index b6ff412c6f734fbb48093d7ddcdf9cc539af27e8..f9d1b8be60b1a94f179303303afdd334bab25905 100644 (file)
@@ -1,10 +1,10 @@
-#include <stdlib.h>
+#include "keybindings.h"
 #include <stdint.h>
+#include <stdlib.h>
 #include <ncurses.h>
 #include <string.h>
 #include "windows.h"
 #include "roguelike.h"
-#include "keybindings.h"
 
 void init_keybindings(struct World * world) {
 // Initialize keybindings from file "keybindings".