home · contact · privacy
Split roguelike.(c|h) into main.(c|h) and misc.(c|h).
[plomrogue] / src / map.c
index 6ee67746da9f398d5fb411f49d7e07ad44b3aa04..f72482e2d276d718307ed28fe0b66d97452cf752 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -1,7 +1,7 @@
 #include "map.h"
 #include <stdlib.h>
 #include <stdint.h>
-#include "roguelike.h"
+#include "misc.h"
 #include "objects_on_map.h"
 
 struct Map init_map () {