home · contact · privacy
Renamed "objects_on_map" library to "map_objects".
[plomrogue] / src / map.c
index 6ee67746da9f398d5fb411f49d7e07ad44b3aa04..2db0b9b4d99dafd7c3750308edca7e0484e19e97 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -1,8 +1,8 @@
 #include "map.h"
 #include <stdlib.h>
 #include <stdint.h>
-#include "roguelike.h"
-#include "objects_on_map.h"
+#include "misc.h"
+#include "map_objects.h"
 
 struct Map init_map () {
 // Initialize map with some experimental start values.