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