home · contact · privacy
Sorted out library dependencies / includes. Include every header file needed by each...
[plomrogue] / src / keybindings.h
index 85c33c781bf38581a627a66e1eb42ca002f64ec1..ad8b3bb36be853e17d109b7a8e7f22574c0a3f67 100644 (file)
@@ -1,4 +1,10 @@
 #ifndef KEYBINDINGS_H
+#define KEYBINDINGS_H
+
+#include <stdint.h>
+
+struct World;
+struct WinMeta;
 
 struct KeyBinding {
   char * name;