X-Git-Url: https://plomlompom.com/repos/processes?a=blobdiff_plain;f=src%2Fclient%2Fworld.h;h=8d490c85d9bd359c4330e492a88d8e8420df7627;hb=7433f56ec2c6cc51bc497e3c0c67d2fe3e6ab64a;hp=508d1af53ab9fa300c9fae27564ced3757cff080;hpb=91b0bb33921c0990fbd07e15049e48643f26d7b2;p=plomrogue diff --git a/src/client/world.h b/src/client/world.h index 508d1af..8d490c8 100644 --- a/src/client/world.h +++ b/src/client/world.h @@ -9,7 +9,7 @@ #include /* uint8_t, uint16_t */ #include /* FILE */ #include /* time_t */ -#include "map.h" /* struct Map */ +#include "../common/map.h" /* struct Map */ #include "../common/yx_uint8.h" /* struct yx_uint8 */ #include "keybindings.h" /* stuct KeyBindingDB */ #include "command_db.h" /* struct CommandDB */