home · contact · privacy
Unify Map struct common to server and client in src/common/map.h.
[plomrogue] / src / server / world.h
index be772fcd3ed473ebd0bb50e6c00ab9c2d20d9cd2..732c8107c231118d0966171d7877cf89524d30de 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <stdint.h> /* uint8_t, uint16_t, uint32_t */
 #include <stdio.h> /* define FILE */
-#include "map.h" /* struct Map */
+#include "../common/map.h" /* struct Map */
 struct MapObjDef;
 struct MapObjAct;
 struct MapObj;