home · contact · privacy
Moved meta_keys() into new library "control" to soon include all key-press processing.
[plomrogue] / src / main.c
index 8f13e080bfcde60ac246b7fcb5e5957f530badcb..c92d604c7ba3404982c614137155a155133c9864 100644 (file)
@@ -28,6 +28,8 @@
 #include "yx_uint16.h" /* for dir enum */
 #include "rrand.h" /* for rrand(), rrand_seed() */
 #include "rexit.h" /* for exit_game() */
+#include "control.h" /* for meta_keys() */
+
 
 int main(int argc, char *argv[])
 {