home · contact · privacy
Renamed "objects_on_map" library to "map_objects".
[plomrogue] / src / main.c
index 4dd1673bcf897f543a04a07fccb45d4def917699..c22e0c252b040b46adaf226270d403db1abdb6eb 100644 (file)
@@ -7,7 +7,7 @@
 #include "draw_wins.h"
 #include "keybindings.h"
 #include "readwrite.h"
-#include "objects_on_map.h"
+#include "map_objects.h"
 #include "map.h"
 #include "misc.h"